Fix RSS, and add my matrix
This commit is contained in:
parent
42ba82c6de
commit
273c9bc6ae
|
@ -103,12 +103,13 @@ theme = "hugo-ficurinia"
|
||||||
url = "https://gitlab.com/fbievan"
|
url = "https://gitlab.com/fbievan"
|
||||||
weight = 10
|
weight = 10
|
||||||
[[menu.icons]]
|
[[menu.icons]]
|
||||||
|
identifier = "matrix"
|
||||||
name = "matrix"
|
name = "matrix"
|
||||||
url = "https://gitlab.gnome.org/gabmus"
|
url = "https://matrix.to/#/@fbievan1:matrix.org"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
# this section is necessary if you want infinite scrolling
|
# 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
|
# it allows to output the article list as paged JSON so that "pages" can be retrieved via javascript
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "XML", "JSON"]
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue