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