Did a huge cleanup for going live; removed all the hugo stuff except the favicon

This commit is contained in:
2025-02-23 19:29:47 +01:00
parent f668b5c604
commit 57510960ba
94 changed files with 190 additions and 816 deletions
+17 -1
View File
@@ -1,5 +1,21 @@
# privacynerd.de
The [privacynerd.de site](https://privacynerd.de/) is run by hugo. This repository contains the hugo root of it.
This is the repo where one can find all the files belonging to the startpage of the privacynerd.de web pages (see [here](https://privacynerd.de/)).
## Running
To run a test server, clone the repo, go to the `src/` directory and run the following command:
```bash
python3 -m http.server
```
This will start a simple http server built into python that serves all the necessary files.
Warning! Do not use this for production purposes!
## 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!).