diff --git a/config.toml b/config.toml index 33d2e99..ba9f129 100644 --- a/config.toml +++ b/config.toml @@ -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"]