congo/config/_default/params.toml

72 lines
1.6 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
2021-08-20 07:02:08 +00:00
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 = false
2022-01-25 23:49:30 +00:00
enableCodeCopy = false
2022-01-27 04:26:18 +00:00
2021-08-18 07:06:14 +00:00
# mainSections = ["section1", "section2"]
2021-08-26 00:07:37 +00:00
# robots = ""
2021-08-18 07:06:14 +00:00
[header]
layout = "basic" # valid options: basic, hamburger, custom
[footer]
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = false
showScrollToTop = true
2021-08-15 08:41:40 +00:00
[homepage]
layout = "page" # valid options: page, profile, custom
showRecent = false
2021-08-15 08:41:40 +00:00
[article]
showDate = true
2022-01-24 05:51:28 +00:00
showDateUpdated = false
showAuthor = true
2021-08-18 00:08:06 +00:00
showBreadcrumbs = false
2021-08-15 08:41:40 +00:00
showDraftLabel = true
2021-08-21 01:42:40 +00:00
showEdit = false
# editURL = "https://github.com/username/repo/"
editAppendPath = true
2021-08-15 08:41:40 +00:00
showHeadingAnchors = true
showPagination = true
invertPagination = false
2021-08-15 08:41:40 +00:00
showReadingTime = true
2022-01-18 05:24:33 +00:00
showTableOfContents = false
2022-01-24 05:51:28 +00:00
showTaxonomies = false
showWordCount = false
showComments = false
2021-10-20 00:07:55 +00:00
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
2021-08-16 00:41:00 +00:00
[list]
2021-08-18 00:08:06 +00:00
showBreadcrumbs = false
2021-10-19 06:04:42 +00:00
showSummary = false
showTableOfContents = false
2021-08-16 00:41:00 +00:00
groupByYear = true
showTaxonomies = false
2021-08-16 00:41:00 +00:00
[sitemap]
excludedKinds = ["taxonomy", "term"]
2022-01-24 05:51:28 +00:00
[taxonomy]
showTermCount = true
2021-08-15 08:41:40 +00:00
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"
2021-08-11 05:28:33 +00:00
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""