From ae1a0537cc17e55f981c7434ae086e5aa1773256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 5 Jul 2023 13:15:53 +0200 Subject: [PATCH] add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2d158b --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Getting start with the repo + +This is the source for the homepage. +We use [zola](https://www.getzola.org/) for building a static website. + +## Build the homepage + +``` +$ zola build +``` + +## Start a local webserver + +``` +$ zola serve +```