website/content/blog/vrifox.cc-rewritten/index.en.md
2023-03-15 14:35:30 +01:00

26 lines
879 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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."
---
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. :)