Compare commits

2 Commits

Author SHA1 Message Date
d6976de2ef added documentation how to run dev server 2025-09-10 10:52:18 +02:00
234e86d2c3 Add status page to footer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-10 22:09:23 -07:00
2 changed files with 12 additions and 2 deletions

View File

@@ -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
```

View File

@@ -37,8 +37,8 @@
# the copyright notice. Configure as per the main menu above.
[[footer]]
name = "Tags"
pageRef = "tags"
name = "Status"
url = "https://status.queerdevs.org"
weight = 10
[[footer]]