25 lines
819 B
Markdown
25 lines
819 B
Markdown
|
---
|
|||
|
title: "vrifox.cc rewritten (SSG)"
|
|||
|
author: ""
|
|||
|
date: 2020-09-20T20:51:31+02:00
|
|||
|
categories:
|
|||
|
tags:
|
|||
|
- website
|
|||
|
- opensource
|
|||
|
|
|||
|
draft: false
|
|||
|
description: "I’ve 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. :)
|