Add Readme

This commit is contained in:
Konstantin Kollar
2022-10-03 21:16:40 +02:00
parent 8529ee86e4
commit 3c45bb8fe8
+14
View File
@@ -0,0 +1,14 @@
# Knöckeboot.eu Hugo Website
This is the whole Website in Hugo for knäckeboot.eu. Styled with TailwindCSS
Set up development, in root folder:
```
hugo server -D
```
In themes/bluewater to rebuild css:
```
npm run watch
```