Fix RSS, and add my matrix

This commit is contained in:
fbievan 2023-03-08 18:09:56 -06:00
parent 42ba82c6de
commit 273c9bc6ae
No known key found for this signature in database
GPG Key ID: 7391FBD09DA9170C
1 changed files with 3 additions and 2 deletions

View File

@ -103,12 +103,13 @@ theme = "hugo-ficurinia"
url = "https://gitlab.com/fbievan"
weight = 10
[[menu.icons]]
identifier = "matrix"
name = "matrix"
url = "https://gitlab.gnome.org/gabmus"
url = "https://matrix.to/#/@fbievan1:matrix.org"
weight = 20
# this section is necessary if you want infinite scrolling
# it allows to output the article list as paged JSON so that "pages" can be retrieved via javascript
[outputs]
home = ["HTML", "XML", "JSON"]
home = ["HTML", "RSS", "JSON"]