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!).