2025-04-09 17:16:50 +02:00

blog.privacynerd.de

This is my blog, which is run by hugo. The repository contains the hugo sources of it.

Cloning

To clone and make some changes, you need to clone the repository. This one also contains git submodules (the re-terminal theme), that's why you should use the argument --recurse-submodules.

git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de blog
cd blog

Running & Building

To build or run, just use one of the commands below. It will generate a new html in a fresh public folder.

IMPORTANT! You have to be in the root of this repository to proceed. Executing one of the below commands will delete the public folder (to allow for a really fresh build).

rm -r public/ && hugo server --bind 127.0.0.1 -b http://127.0.0.1/ --minify --openBrowser --appendPort --printI18nWarnings
rm -r public/ && hugo build --minify --printI18nWarnings

Acknowledgements

Favicon(s) generated by the RealFaviconGenerator out of my original.png (I drew this when I was a young child!).

Description
Languages
HTML 99.6%
CSS 0.4%