From 473572f1640de2f13c823c6718c74db5c367aeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Mon, 28 Aug 2023 19:30:20 +0200 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..847529d --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Getting started + +* Clone the repository +* Clone the submodules (the theme) +```bash +git submodule update --init --recursive +``` +* Run the local hugo server with `hugo server`