[blog] translate and revise article
This commit is contained in:
parent
7d930eebda
commit
c59508413f
4 changed files with 49 additions and 23 deletions
24
content/blog/vrifox.cc-rewritten/index.en.md
Normal file
24
content/blog/vrifox.cc-rewritten/index.en.md
Normal 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: "I’ve rewritten my website using a Static Site Generator."
|
||||
---
|
||||
|
||||

|
||||
|
||||
## 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. :)
|
Loading…
Add table
Add a link
Reference in a new issue