mirror of https://github.com/jpanther/congo.git
51 lines
1.2 KiB
TOML
51 lines
1.2 KiB
TOML
# -- 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"
|
|
# logo = "img/logo.jpg"
|
|
# description = "My awesome website"
|
|
# mainSections = ["section1", "section2"]
|
|
# robots = ""
|
|
|
|
[homepage]
|
|
layout = "page" # valid options: page, profile, custom
|
|
showRecent = false
|
|
|
|
[article]
|
|
showDate = true
|
|
dateFormat = "2 January 2006"
|
|
showAuthor = true
|
|
showBreadcrumbs = false
|
|
showDraftLabel = true
|
|
showEdit = false
|
|
# editURL = "https://github.com/username/repo/"
|
|
editAppendPath = true
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
showReadingTime = true
|
|
# sharingLinks = ["facebook", "twitter", "reddit", "linkedin", "email"]
|
|
|
|
[list]
|
|
showBreadcrumbs = false
|
|
groupByYear = true
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
|
|
[sitemap]
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
[fathomAnalytics]
|
|
# site = "ABC12345"
|
|
# domain = "llama.yoursite.com"
|
|
|
|
[verification]
|
|
# google = ""
|
|
# bing = ""
|
|
# pinterest = ""
|
|
# yandex = ""
|