From 04a4c128b1cc233f6d725f9384faa63e12e35fd6 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Tue, 8 Apr 2025 18:55:04 +0200 Subject: [PATCH] Added build instructions to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6274d33..b9e9ae8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blo cd blog ``` +## Building + +To build, just run the below command. It will generate a new html in a fresh public folder. + +```sh +rm -r public/ && hugo build --minify --printI18nWarnings +``` + ## Acknowledgements Favicon(s) generated by the [RealFaviconGenerator](https://realfavicongenerator.net/) out of my [original.png](static/original.png) (I drew this when I was a young child!).