Files
knaeckeboot-eu/README.md
T
Konstantin Kollar b475e33a2c Fixed typo
2022-10-03 21:17:34 +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
```