89 lines
2.3 KiB
TOML
89 lines
2.3 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 = "Avocado"
|
|
defaultAppearance = "light" # valid options: light or dark
|
|
autoSwitchAppearance = true
|
|
|
|
enableSearch = true
|
|
enableCodeCopy = false
|
|
enableImageLazyLoading = true
|
|
enableImageWebp = true
|
|
|
|
# robots = ""
|
|
fingerprintAlgorithm = "sha256"
|
|
|
|
[header]
|
|
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
|
|
logo = "logos/trr379.png"
|
|
# logoDark = "img/dark-logo.jpg"
|
|
showTitle = true
|
|
|
|
[footer]
|
|
showCopyright = true
|
|
showThemeAttribution = true
|
|
showAppearanceSwitcher = true
|
|
showScrollToTop = true
|
|
|
|
[homepage]
|
|
layout = "profile" # valid options: page, profile, custom
|
|
showRecent = true
|
|
recentLimit = 5
|
|
|
|
[article]
|
|
# we default to not showing a date, because most content
|
|
# is static. This can be overwritten by setting
|
|
# `showDate: true` in a page's frontmatter
|
|
showDate = false
|
|
showDateUpdated = false
|
|
# we default to not showing an author, because most
|
|
# content is created centrally. This can be overwritten
|
|
# by setting `showAuthor: true` in a page's frontmatter
|
|
showAuthor = false
|
|
showBreadcrumbs = true
|
|
showDraftLabel = true
|
|
showEdit = false
|
|
# editURL = "https://github.com/username/repo/"
|
|
editAppendPath = true
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
invertPagination = false
|
|
showReadingTime = false
|
|
showTableOfContents = true
|
|
showTaxonomies = true
|
|
showWordCount = false
|
|
showComments = false
|
|
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line", "weibo"]
|
|
sharingLinks = ["mastodon", "email", "linkedin", "x-twitter"]
|
|
|
|
[list]
|
|
showBreadcrumbs = true
|
|
showSummary = true
|
|
showTableOfContents = true
|
|
showTaxonomies = true
|
|
groupByYear = false
|
|
paginationWidth = 1
|
|
|
|
[sitemap]
|
|
# excludedKinds = ["taxonomy", "term"]
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
|
|
[fathomAnalytics]
|
|
# site = "ABC12345"
|
|
|
|
[plausibleAnalytics]
|
|
# domain = "blog.yoursite.com"
|
|
# event = ""
|
|
# script = ""
|
|
|
|
[verification]
|
|
# google = ""
|
|
# bing = ""
|
|
# pinterest = ""
|
|
# yandex = ""
|