Added build instructions to README.md

This commit is contained in:
BlueFox 2025-04-08 18:55:04 +02:00
parent 125b00098a
commit 04a4c128b1
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -11,6 +11,14 @@ git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blo
cd blog 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 ## 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!). 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!).