oe7drt-website/config/_default/params.toml

90 lines
2.1 KiB
TOML
Raw Normal View History

# -- 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
2023-03-05 17:47:04 +01:00
# congo (default), avocado, cherry, fire, ocean, sapphire and slate.
# colorScheme = "congo"
colorScheme = "ocean"
2023-03-05 17:47:04 +01:00
# colorScheme = "sapphire"
# colorScheme = "avocado"
2023-03-05 18:22:24 +01:00
# colorScheme = "cherry"
2023-05-28 20:10:03 +02:00
# colorScheme = "fire"
# colorScheme = "slate"
2023-04-08 10:43:41 +02:00
defaultAppearance = "dark" # valid options: light or dark
2023-03-26 23:02:25 +02:00
autoSwitchAppearance = false
enableSearch = true
enableCodeCopy = true
# mainSections = ["section1", "section2"]
# robots = ""
rssFullContent = false
2022-12-05 22:32:44 +01:00
[header]
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
# logo = "img/logo.jpg"
showTitle = true
[footer]
showCopyright = true
showThemeAttribution = true
2023-11-02 18:07:49 +01:00
showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "profile" # valid options: page, profile, custom
showRecent = false
[article]
showDate = true
showDateUpdated = true
showAuthor = true
showBreadcrumbs = false
showDraftLabel = true
showEdit = false
editURL = "https://github.com/oe7drt/oe7drt-website/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showTaxonomies = true
showWordCount = true
showComments = false
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
sharingLinks = ["email", "mastodon", "reddit", "twitter", "facebook", "pinterest"]
[list]
showBreadcrumbs = false
showSummary = true
showTableOfContents = false
showTaxonomies = true
groupByYear = true
paginationWidth = 5
[sitemap]
excludedKinds = ["taxonomy", "term"]
2022-12-05 22:32:44 +01:00
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[taxonomy]
showTermCount = true
[fathomAnalytics]
2022-12-09 23:40:42 +01:00
site = "LNCFUAAT"
domain = "cdn-eu.usefathom.com"
# domain = "network.oe7drt.com"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""