From 3c45bb8fe89d8a06f8e3c31f662786d1f9cbb5fe Mon Sep 17 00:00:00 2001 From: Konstantin Kollar Date: Mon, 3 Oct 2022 21:16:40 +0200 Subject: [PATCH] Add Readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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 +```