[blog] translate and revise article

This commit is contained in:
Vri 🌈 2023-03-15 13:11:40 +01:00
parent 7d930eebda
commit c59508413f
Signed by: vrifox
GPG key ID: D40098E5B60B2197
4 changed files with 49 additions and 23 deletions

View file

@ -0,0 +1,24 @@
---
title: "vrifox.cc rewritten (SSG)"
author: ""
date: 2020-09-20T20:51:31+02:00
categories:
tags:
- website
- opensource
draft: false
description: "Ive rewritten my website using a Static Site Generator."
---
![My website in September 2020](2020-09-23_vrifox.cc-2020-09.jpg)
## Static Site Generator (SSG)
In the past, I always preferred to make every bit myself, no matter how inconvenient (and I disliked “generators”). But I realized that an SSG might be the right thing for me, as I still make everything by myself, but can on the other hand produce much more complex projects.
## Hugo
So, I decided to learn [Hugo](https://gohugo.io/) by just using it. And this website is my first result.
Of course, I still have to do countless things. Both in terms of content, design, and functionality. :)