Blog/config/_default/params.toml

75 lines
1.7 KiB
TOML
Raw Permalink Normal View History

2021-12-22 14:23:07 +01:00
# -- Theme Options --
# These options control how the theme functions and allow you to
# customise the display of your website.
#
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
2021-12-23 08:58:50 +01:00
colorScheme = "avocado"
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = false
enableSearch = true
enableCodeCopy = true
2021-12-22 14:23:07 +01:00
# mainSections = ["section1", "section2"]
# robots = ""
[header]
layout = "hamburger" # valid options: basic, hamburger, hybrid, custom
logo = "img/logo_square.png"
showTitle = false
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = false
showScrollToTop = true
2021-12-22 14:23:07 +01:00
[homepage]
2021-12-23 08:58:50 +01:00
layout = "profile" # valid options: page, profile, custom
showRecent = true
2021-12-22 14:23:07 +01:00
[article]
showDate = true
showDateUpdated = false
2021-12-22 14:23:07 +01:00
showAuthor = true
showBreadcrumbs = false
showDraftLabel = true
2021-12-23 08:58:50 +01:00
showEdit = true
editURL = "https://gitea.ocram85.com/OCram85/Blog/_edit/psCredUpdate/content/"
2021-12-22 14:23:07 +01:00
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
2021-12-22 14:23:07 +01:00
showReadingTime = true
showTableOfContents = true
2022-03-22 08:34:32 +01:00
showTaxonomies = true
2021-12-23 08:58:50 +01:00
showWordCount = true
showComments = false
2021-12-23 08:58:50 +01:00
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
2021-12-22 14:23:07 +01:00
[list]
showBreadcrumbs = false
showSummary = false
showTableOfContents = false
showTaxonomies = false
2021-12-22 14:23:07 +01:00
groupByYear = true
paginationWidth = 1
2021-12-22 14:23:07 +01:00
[sitemap]
excludedKinds = ["taxonomy", "term"]
[taxonomy]
showTermCount = true
2021-12-22 14:23:07 +01:00
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""