From 42ba82c6de90512e3f8173059d3128bbf062ab44 Mon Sep 17 00:00:00 2001 From: fbievan Date: Wed, 8 Mar 2023 18:04:29 -0600 Subject: [PATCH] Fix config --- config.toml | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/config.toml b/config.toml index c91253a..33d2e99 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,4 @@ baseURL = 'https://fbievan.live/' -title = "Fbi's Epic Blog" languageCode = "en" defaultContentLanguage = "en" @@ -65,35 +64,9 @@ theme = "hugo-ficurinia" underlineTitleLinks = false # show an underline also for links that are titles - # enable comments support with commento using the script from your server - commento = "https://example.com/js/commento.js" - - # enable comments support with cactus comments (cactus.chat) - cactusCommentsSiteName = "example.com" - cactusCommentsServerName = "cactus.chat" - cactusCommentsHomeserver = "https://matrix.cactus.chat:8448" - - # enable analytics using Plausible - plausibleScriptUrl = "https://something.com/..." - plausibleDomain = "example.com" - - # enable analytics using Umami - umamiScriptUrl = "https://something.com/..." - umamiWebsiteId = "example-tracking-code" - enableShareOnFediverse = false # enable a button at the end of an article to share it on the fediverse tocBeforeImage = false # show the table of contents before the main article image; default false - # WARNING: deprecated! Use [[menu.icons]] instead, look below - # links = [ - # ["GitLab", "https://gitlab.com/gabmus"], - # ["GNOME", "https://gitlab.gnome.org/gabmus"], - # ["YouTube", "https://youtube.com/TechPillsNet"] - # ] - - # you can customize all of the colors in this theme - # Colors are defined in data/colors.yml - # alternative sidebar layout enableSidebarLayout = false tocInSidebar = false # if the sidebar is enbabled, show the TOC in the sidebar @@ -127,16 +100,15 @@ theme = "hugo-ficurinia" [[menu.icons]] identifier = "gitlab" name = "GitLab" - url = "https://gitlab.com/gabmus" + url = "https://gitlab.com/fbievan" weight = 10 [[menu.icons]] - identifier = "gnome" - name = "GNOME GitLab" + name = "matrix" url = "https://gitlab.gnome.org/gabmus" 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", "JSON"] + home = ["HTML", "XML", "JSON"]