long time no update :o

This commit is contained in:
Vri 🌈 2022-12-24 14:59:52 +01:00
parent 33fb7cb34c
commit c974ac8f1a
Signed by: vrifox
GPG key ID: D40098E5B60B2197
29 changed files with 280 additions and 147 deletions

View file

@ -0,0 +1,22 @@
---
title: "Vrifox.cc rewritten using a Static Site Generator"
author: ""
date: 2020-09-20T20:51:31+02:00
categories:
tags:
- website
- opensource
draft: false
type: "post"
description: "In the past I always preferred to make every bit myself (and disliked generators)."
---
## Static Site Generator
In the past I always preferred to make every bit myself (and disliked generators). But I realized, that a static site generator might be the right thing for me, as I still make everything by myself, but can on the other hand make it more complex.
## Hugo
So I decided to learn [hugo](https://gohugo.io/) by just using it and this website is my first result.
Still there lots of things to be done (content and design). :)