15 lines
229 B
Markdown
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
|
|
```
|