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/'
|
baseURL = 'https://fbievan.live/'
|
||||||
title = "Fbi's Epic Blog"
|
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
@ -65,35 +64,9 @@ theme = "hugo-ficurinia"
|
||||||
|
|
||||||
underlineTitleLinks = false # show an underline also for links that are titles
|
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
|
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
|
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
|
# alternative sidebar layout
|
||||||
enableSidebarLayout = false
|
enableSidebarLayout = false
|
||||||
tocInSidebar = false # if the sidebar is enbabled, show the TOC in the sidebar
|
tocInSidebar = false # if the sidebar is enbabled, show the TOC in the sidebar
|
||||||
|
@ -127,16 +100,15 @@ theme = "hugo-ficurinia"
|
||||||
[[menu.icons]]
|
[[menu.icons]]
|
||||||
identifier = "gitlab"
|
identifier = "gitlab"
|
||||||
name = "GitLab"
|
name = "GitLab"
|
||||||
url = "https://gitlab.com/gabmus"
|
url = "https://gitlab.com/fbievan"
|
||||||
weight = 10
|
weight = 10
|
||||||
[[menu.icons]]
|
[[menu.icons]]
|
||||||
identifier = "gnome"
|
name = "matrix"
|
||||||
name = "GNOME GitLab"
|
|
||||||
url = "https://gitlab.gnome.org/gabmus"
|
url = "https://gitlab.gnome.org/gabmus"
|
||||||
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", "JSON"]
|
home = ["HTML", "XML", "JSON"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue