Fix config
This commit is contained in:
parent
4eaa44b3aa
commit
42ba82c6de
34
config.toml
34
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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue