From 74dab4df813614db64518706769209f7987e73dd Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Wed, 13 Jan 2021 10:19:28 +0100 Subject: [PATCH] Add 512kb club post --- content/posts/2021-01-13-512kb-club.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2021-01-13-512kb-club.md b/content/posts/2021-01-13-512kb-club.md index 23b68fc..e9c4a6e 100644 --- a/content/posts/2021-01-13-512kb-club.md +++ b/content/posts/2021-01-13-512kb-club.md @@ -12,6 +12,6 @@ In order to get lean, I descided to join [the 512KB club](https://512kb.club/). [![Green Team](https://512kb.club/images/green-team.svg)](https://512kb.club) -I'm not planning to stop here though. I think keeping a website small and simple is an excellent practice. My next step will be to get rid of all the JS junk on this site and only rely on HTML and CSS. I still want to be able to write my posts in Markdown, so I will have to come up with a way to generate pages from them. A safe bet for this would be to use a SSG like [Hugo](https://gohugo.io/). Frankly, [writing my own simple SSG probably wouldn't hurt either](https://erikwinter.nl/articles/2020/why-i-built-my-own-shitty-static-site-generator/). +I'm not planning to stop here though. I think keeping a website small and simple is an excellent practice. My next step will be to get rid of all the JS junk on this site and only rely on HTML and CSS. I still want to be able to write my posts in Markdown, so I will have to come up with a way to generate pages from them. A safe bet for this would be to use a SSG like [Hugo](https://gohugo.io/). Frankly, [writing my own simple SSG probably wouldn't hurt either](https://erikwinter.nl/articles/2020/why-i-built-my-own-shitty-static-site-generator/). Let's see how high I can climb the ranks of the 512KB club. Care to join me? This is post 003 of [#100DaysToOffload](https://100daystooffload.com/).