2022-01-10 23:02:51 +00:00
|
|
|
# -- 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
|
2022-01-27 04:26:18 +00:00
|
|
|
|
2022-01-10 23:02:51 +00:00
|
|
|
mainSections = ["samples"]
|
|
|
|
# robots = ""
|
|
|
|
|
2022-06-27 00:30:07 +00:00
|
|
|
[footer]
|
|
|
|
showCopyright = true
|
|
|
|
showThemeAttribution = true
|
|
|
|
showAppearanceSwitcher = true
|
|
|
|
showScrollToTop = true
|
|
|
|
|
2022-01-10 23:02:51 +00:00
|
|
|
[homepage]
|
|
|
|
layout = "custom" # valid options: page, profile, custom
|
|
|
|
showRecent = true
|
|
|
|
|
|
|
|
[article]
|
|
|
|
showDate = true
|
2022-01-24 05:51:28 +00:00
|
|
|
showDateUpdated = false
|
2022-01-10 23:02:51 +00:00
|
|
|
showAuthor = true
|
2022-01-11 01:00:27 +00:00
|
|
|
showBreadcrumbs = true
|
2022-01-10 23:02:51 +00:00
|
|
|
showDraftLabel = true
|
|
|
|
showEdit = true
|
|
|
|
editURL = "https://github.com/jpanther/congo/tree/dev/exampleSite/content/"
|
|
|
|
editAppendPath = true
|
|
|
|
showHeadingAnchors = true
|
|
|
|
showPagination = true
|
2022-01-24 06:05:50 +00:00
|
|
|
invertPagination = false
|
2022-01-10 23:02:51 +00:00
|
|
|
showReadingTime = true
|
2022-01-18 05:24:33 +00:00
|
|
|
showTableOfContents = true
|
2022-01-24 05:51:28 +00:00
|
|
|
showTaxonomies = false
|
2022-01-10 23:02:51 +00:00
|
|
|
showWordCount = false
|
2022-06-25 04:17:44 +00:00
|
|
|
showComments = false
|
2022-01-10 23:02:51 +00:00
|
|
|
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
|
|
|
|
|
|
|
[list]
|
|
|
|
showBreadcrumbs = true
|
|
|
|
showSummary = false
|
2022-01-20 05:08:18 +00:00
|
|
|
showTableOfContents = true
|
2022-01-10 23:02:51 +00:00
|
|
|
groupByYear = false
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
|
2022-01-24 05:51:28 +00:00
|
|
|
[taxonomy]
|
|
|
|
showTermCount = true
|
|
|
|
|
2022-01-10 23:02:51 +00:00
|
|
|
[fathomAnalytics]
|
|
|
|
# site = "ABC12345"
|
|
|
|
# domain = "llama.yoursite.com"
|
|
|
|
|
|
|
|
[verification]
|
|
|
|
# google = ""
|
|
|
|
# bing = ""
|
|
|
|
# pinterest = ""
|
|
|
|
# yandex = ""
|