17 lines
296 B
Markdown
17 lines
296 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
|
|
```
|
|
|
|
In order to use the theme _bluewater_ just copy /themes/bluewater
|