congo/exampleSite/config/_default/params.toml

61 lines
1.4 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-13 04:56:30 +00:00
enableSearch = true
2022-01-25 23:49:30 +00:00
enableCodeCopy = true
darkMode = "auto"
# logo = "img/logo.jpg"
mainSections = ["samples"]
# robots = ""
showDarkToggle = false
2022-01-18 06:26:46 +00:00
showScrollToTop = true
[homepage]
layout = "custom" # valid options: page, profile, custom
showRecent = true
[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
# sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
[list]
showBreadcrumbs = true
showSummary = false
showTableOfContents = true
groupByYear = false
[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 = ""