added documentation how to run dev server

This commit is contained in:
Hazel 2025-09-10 10:52:18 +02:00
parent 234e86d2c3
commit d6976de2ef

View File

@ -1,3 +1,13 @@
# queerdevs.org # queerdevs.org
This is the official site of the QueerDevs organization. It can be found at https://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
```