Compare commits

6 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
22b524a5be Improve homepage description
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-09 17:33:19 -08:00
074564c15c Increase the size of the banner 2024-03-09 17:31:25 -08:00
dddd22b2af Run SVG optimizer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-09 17:26:14 -08:00
3b2bba853f Add the anarchist symbol to the QueerDevs banner 2024-03-09 17:25:51 -08:00
4 changed files with 15 additions and 114 deletions

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

View File

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

View File

@@ -1,10 +1,10 @@
+++ +++
description = "A group of queer, leftist software developers" description = "A group of queer, leftist software developers making software for the queer community :3"
+++ +++
<center> <center>
<h3>Welcome To</h3> <h3>Welcome To</h3>
<img src="/img/banner.svg" alt="QueerDevs" width="500"> <img src="/img/banner.svg" alt="QueerDevs" width="600">
<p>We're a group of queer, leftist software developers making software for the queer community<br>(and whatever else we find fun :3)</p> <p>We're a group of queer, leftist software developers making software for the queer community<br>(and whatever else we find fun :3)</p>
</center> </center>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB