Compare commits
4 Commits
dddd22b2af
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d6976de2ef | |||
| 234e86d2c3 | |||
| 22b524a5be | |||
| 074564c15c |
10
README.md
10
README.md
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
@@ -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]]
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user