83 lines
1.8 KiB
TOML
83 lines
1.8 KiB
TOML
# -- 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
|
|
|
|
colorScheme = "cherry"
|
|
defaultAppearance = "dark" # valid options: light or dark
|
|
autoSwitchAppearance = true
|
|
|
|
enableSearch = false
|
|
enableCodeCopy = false
|
|
enableImageLazyLoading = true
|
|
enableImageWebp = true
|
|
|
|
# robots = ""
|
|
fingerprintAlgorithm = "sha256"
|
|
|
|
[header]
|
|
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
|
|
# logo = "img/logo.jpg"
|
|
# logoDark = "img/dark-logo.jpg"
|
|
showTitle = true
|
|
|
|
[footer]
|
|
showCopyright = true
|
|
showThemeAttribution = true
|
|
showAppearanceSwitcher = false
|
|
showScrollToTop = true
|
|
|
|
[homepage]
|
|
layout = "page" # valid options: page, profile, custom
|
|
showRecent = false
|
|
recentLimit = 5
|
|
|
|
[article]
|
|
showDate = true
|
|
showDateUpdated = false
|
|
showAuthor = false
|
|
showBreadcrumbs = true
|
|
showDraftLabel = true
|
|
showEdit = false
|
|
editURL = "https://gitea.elara.ws/queerdevs/site/"
|
|
editAppendPath = true
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
invertPagination = false
|
|
showReadingTime = true
|
|
showTableOfContents = true
|
|
showTaxonomies = true
|
|
showWordCount = false
|
|
showComments = false
|
|
sharingLinks = ["facebook", "twitter", "mastodon", "reddit", "email", "telegram"]
|
|
|
|
[list]
|
|
showBreadcrumbs = false
|
|
showSummary = true
|
|
showTableOfContents = false
|
|
showTaxonomies = true
|
|
groupByYear = true
|
|
paginationWidth = 1
|
|
|
|
[sitemap]
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
|
|
[fathomAnalytics]
|
|
# site = "ABC12345"
|
|
|
|
[plausibleAnalytics]
|
|
# domain = "blog.yoursite.com"
|
|
# event = ""
|
|
# script = ""
|
|
|
|
[verification]
|
|
# google = ""
|
|
# bing = ""
|
|
# pinterest = ""
|
|
# yandex = ""
|