congo/exampleSite/config/_default/params.toml

78 lines
1.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
colorScheme = "congo"
2022-01-27 04:26:18 +00:00
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
2022-01-13 04:56:30 +00:00
enableSearch = true
2022-01-25 23:49:30 +00:00
enableCodeCopy = true
enableImageLazyLoading = true
2022-01-27 04:26:18 +00:00
# robots = ""
fingerprintAlgorithm = "sha256"
[header]
2023-11-25 04:46:52 +00:00
layout = "hamburger" # valid options: basic, hamburger, hybrid, custom
2022-11-10 00:32:43 +00:00
# logo = "img/logo.jpg"
# logoDark = "img/dark-logo.jpg"
2022-11-10 00:32:43 +00:00
showTitle = true
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "custom" # valid options: page, profile, custom
showRecent = true
recentLimit = 5
[article]
showDate = true
2022-01-24 05:51:28 +00:00
showDateUpdated = false
showAuthor = true
2022-01-11 01:00:27 +00:00
showBreadcrumbs = true
showDraftLabel = true
showEdit = true
editURL = "https://github.com/jpanther/congo/tree/dev/exampleSite/content/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
2022-01-18 05:24:33 +00:00
showTableOfContents = true
2022-01-24 05:51:28 +00:00
showTaxonomies = false
showWordCount = false
showComments = false
2023-01-09 04:39:36 +00:00
# sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email"]
[list]
showBreadcrumbs = true
showSummary = false
showTableOfContents = true
showTaxonomies = false
groupByYear = false
paginationWidth = 1
[sitemap]
excludedKinds = ["taxonomy", "term"]
2022-01-24 05:51:28 +00:00
[taxonomy]
showTermCount = true
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""