From d6976de2ef162c3e2c5ca324b8921fcf23c15b5c Mon Sep 17 00:00:00 2001 From: Hazel Date: Wed, 10 Sep 2025 10:52:18 +0200 Subject: [PATCH] added documentation how to run dev server --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5277002..b2eceb4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # queerdevs.org This is the official site of the QueerDevs organization. It can be found at https://queerdevs.org/. + +## development + +```sh +# the theme doesn't work with the newest version of hugo +go install github.com/gohugoio/hugo@v0.127.0 + +# run the development server +hugo server -w +```