Files
knaeckeboot-eu/README.md
T
Konstantin Kollar 3c45bb8fe8 Add Readme
2022-10-03 21:16:40 +02:00

15 lines
229 B
Markdown

# 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
```