diff --git a/README.md b/README.md new file mode 100644 index 0000000..8110341 --- /dev/null +++ b/README.md @@ -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 +```