Added build instructions to README.md
This commit is contained in:
parent
125b00098a
commit
04a4c128b1
@ -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!).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user