2021-12-22 14:23:07 +01: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
|
|
|
|
|
2021-12-23 08:58:50 +01:00
|
|
|
colorScheme = "avocado"
|
2022-02-23 09:28:39 +01:00
|
|
|
defaultAppearance = "dark" # valid options: light or dark
|
|
|
|
autoSwitchAppearance = false
|
|
|
|
showAppearanceSwitcher = true
|
|
|
|
|
|
|
|
enableSearch = true
|
|
|
|
enableCodeCopy = true
|
|
|
|
|
2021-12-22 14:23:07 +01:00
|
|
|
# mainSections = ["section1", "section2"]
|
|
|
|
# robots = ""
|
2022-02-23 09:28:39 +01:00
|
|
|
showScrollToTop = true
|
2021-12-22 14:23:07 +01:00
|
|
|
|
|
|
|
[homepage]
|
2021-12-23 08:58:50 +01:00
|
|
|
layout = "profile" # valid options: page, profile, custom
|
|
|
|
showRecent = true
|
2021-12-22 14:23:07 +01:00
|
|
|
|
|
|
|
[article]
|
|
|
|
showDate = true
|
2022-02-23 09:28:39 +01:00
|
|
|
showDateUpdated = false
|
2021-12-22 14:23:07 +01:00
|
|
|
showAuthor = true
|
|
|
|
showBreadcrumbs = false
|
|
|
|
showDraftLabel = true
|
2021-12-23 08:58:50 +01:00
|
|
|
showEdit = true
|
2022-01-11 09:41:50 +01:00
|
|
|
editURL = "https://github.com/OCram85/Blog/edit/master/content/"
|
2021-12-22 14:23:07 +01:00
|
|
|
editAppendPath = true
|
|
|
|
showHeadingAnchors = true
|
|
|
|
showPagination = true
|
2022-02-23 09:28:39 +01:00
|
|
|
invertPagination = false
|
2021-12-22 14:23:07 +01:00
|
|
|
showReadingTime = true
|
2022-02-23 09:28:39 +01:00
|
|
|
showTableOfContents = true
|
|
|
|
showTaxonomies = false
|
2021-12-23 08:58:50 +01:00
|
|
|
showWordCount = true
|
|
|
|
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
2021-12-22 14:23:07 +01:00
|
|
|
|
|
|
|
[list]
|
|
|
|
showBreadcrumbs = false
|
|
|
|
showSummary = false
|
2022-02-23 09:28:39 +01:00
|
|
|
showTableOfContents = false
|
2021-12-22 14:23:07 +01:00
|
|
|
groupByYear = true
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
|
2022-02-23 09:28:39 +01:00
|
|
|
[taxonomy]
|
|
|
|
showTermCount = true
|
|
|
|
|
2021-12-22 14:23:07 +01:00
|
|
|
[fathomAnalytics]
|
|
|
|
# site = "ABC12345"
|
|
|
|
# domain = "llama.yoursite.com"
|
|
|
|
|
|
|
|
[verification]
|
|
|
|
# google = ""
|
|
|
|
# bing = ""
|
|
|
|
# pinterest = ""
|
|
|
|
# yandex = ""
|