oe7drt-website/config/_default/params.toml

113 lines
2.8 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
2024-01-29 15:30:42 +01:00
# theme = "congo"
theme = [ "congo", "plausible-hugo" ]
# theme = [ "plausible-hugo", "congo" ]
2023-03-05 17:47:04 +01:00
# congo (default), avocado, cherry, fire, ocean, sapphire and slate.
# colorScheme = "congo"
2023-03-05 17:47:04 +01:00
# colorScheme = "avocado"
2024-04-13 21:06:39 +02:00
# colorScheme = "cherry"
2023-05-28 20:10:03 +02:00
# colorScheme = "fire"
2024-04-13 21:06:39 +02:00
colorScheme = "ocean"
# colorScheme = "sapphire"
# 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 = false
2023-11-27 19:18:21 +01:00
enableImageLazyLoading = true
enableImageWebp = true
# mainSections = ["section1", "section2"]
# robots = ""
2023-11-27 19:18:21 +01:00
fingerprintAlgorithm = "sha256"
rssFullContent = false
2022-12-05 22:32:44 +01:00
[header]
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
# logo = "img/logo.jpg"
2023-11-27 19:18:21 +01:00
# logoDark = "img/dark-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
2023-11-27 19:18:21 +01:00
recentLimit = 5
[article]
showDate = true
showDateUpdated = true
showAuthor = true
showBreadcrumbs = false
showDraftLabel = true
2023-12-10 17:33:51 +01:00
showEdit = false
2023-11-27 19:18:21 +01:00
editURL = "https://codeberg.org/dominic/oe7drt-website/src/branch/main/content/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showTaxonomies = true
showWordCount = true
showComments = false
2023-11-29 11:09:20 +01:00
# sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line"]
# sharingLinks = [ "email", "mastodon", "telegram", "reddit", "twitter", "facebook", "pinterest", "linkedin", "line" ]
[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]
# site = "LNCFUAAT"
# domain = "cdn-eu.usefathom.com"
# domain = "network.oe7drt.com"
2023-11-29 11:09:20 +01:00
[plausibleAnalytics]
# domain = "blog.yoursite.com"
# event = ""
# script = ""
[plausible]
enable = true # Whether to enable plausible tracking
domain = "oe7drt.com" # Plausible "domain" name/id in your dashboard
2023-11-29 11:09:20 +01:00
# hash_based_routing = true
selfhosted_domain = "oe7drt.com" # Self-hosted plausible domain
outbound_link = true
file_downloads = true
#file_downloads_types = "sh,run"
gitstar = false
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""