congo/config/_default/params.toml

43 lines
969 B
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-15 08:41:40 +00:00
[homepage]
layout = "page" # valid options: page, profile, custom
showList = false
listSections = ["blog"]
[article]
showDate = true
dateFormat = "2 January 2006"
showAuthor = true
2021-08-18 00:08:06 +00:00
showBreadcrumbs = false
2021-08-15 08:41:40 +00:00
showDraftLabel = true
showHeadingAnchors = true
showPagination = true
2021-08-15 08:41:40 +00:00
showReadingTime = true
2021-08-16 07:06:35 +00:00
# sharingLinks = ["facebook", "twitter", "reddit", "linkedin", "email"]
2021-08-16 00:41:00 +00:00
[list]
2021-08-18 00:08:06 +00:00
showBreadcrumbs = false
2021-08-16 00:41:00 +00:00
groupByYear = true
[taxonomy]
showTermCount = true
[sitemap]
excludedKinds = ["taxonomy", "term"]
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 = ""