From 273c9bc6aeed660ee9ca0cde6703e11d32077a32 Mon Sep 17 00:00:00 2001 From: fbievan Date: Wed, 8 Mar 2023 18:09:56 -0600 Subject: [PATCH] Fix RSS, and add my matrix --- config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"]