Compare commits
2 Commits
22b524a5be
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d6976de2ef | |||
| 234e86d2c3 |
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]]
|
||||||
|
|||||||
Reference in New Issue
Block a user