2022-11-20 21:17:25 +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
|
|
|
|
|
2023-03-05 17:47:04 +01:00
|
|
|
|
|
|
|
# congo (default), avocado, cherry, fire, ocean, sapphire and slate.
|
2023-11-14 19:33:45 +01:00
|
|
|
# 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"
|
2023-04-08 21:06:12 +02:00
|
|
|
# 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
|
2022-11-20 21:17:25 +01:00
|
|
|
|
|
|
|
enableSearch = true
|
|
|
|
enableCodeCopy = true
|
|
|
|
|
|
|
|
# mainSections = ["section1", "section2"]
|
|
|
|
# robots = ""
|
|
|
|
|
2023-11-14 19:33:45 +01:00
|
|
|
rssFullContent = false
|
2022-12-05 22:32:44 +01:00
|
|
|
|
2022-11-20 21:17:25 +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
|
2022-11-20 21:17:25 +01:00
|
|
|
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"]
|
2023-11-17 17:39:03 +01:00
|
|
|
sharingLinks = ["email", "mastodon", "reddit", "twitter", "facebook", "pinterest"]
|
2022-11-20 21:17:25 +01:00
|
|
|
|
|
|
|
[list]
|
|
|
|
showBreadcrumbs = false
|
|
|
|
showSummary = true
|
|
|
|
showTableOfContents = false
|
|
|
|
showTaxonomies = true
|
|
|
|
groupByYear = true
|
2023-11-12 01:13:40 +01:00
|
|
|
paginationWidth = 5
|
2022-11-20 21:17:25 +01:00
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
excludedKinds = ["taxonomy", "term"]
|
2022-12-05 22:32:44 +01:00
|
|
|
changefreq = "weekly"
|
|
|
|
priority = 0.5
|
|
|
|
filename = "sitemap.xml"
|
2022-11-20 21:17:25 +01:00
|
|
|
|
|
|
|
[taxonomy]
|
|
|
|
showTermCount = true
|
|
|
|
|
|
|
|
[fathomAnalytics]
|
2022-12-09 23:40:42 +01:00
|
|
|
site = "LNCFUAAT"
|
2023-05-09 20:13:56 +02:00
|
|
|
domain = "cdn-eu.usefathom.com"
|
|
|
|
# domain = "network.oe7drt.com"
|
2022-11-20 21:17:25 +01:00
|
|
|
|
|
|
|
[verification]
|
|
|
|
# google = ""
|
|
|
|
# bing = ""
|
|
|
|
# pinterest = ""
|
|
|
|
# yandex = ""
|