mirror of https://github.com/jpanther/congo.git
36 lines
828 B
TOML
36 lines
828 B
TOML
# -- Theme Options --
|
|
# These options control how the theme functions and allow you to
|
|
# customise the display of your website.
|
|
|
|
[article]
|
|
showDate = true
|
|
dateFormat = "2 January 2006"
|
|
showReadingTime = true
|
|
showAuthor = true
|
|
showPagination = true
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
|
|
[sitemap]
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
# -- Site Verification --
|
|
# Provide the verification strings for the providers below and the
|
|
# corresponding meta tags will be added to the site <head>.
|
|
|
|
[verification]
|
|
# google = ""
|
|
# bing = ""
|
|
# pinterest = ""
|
|
# yandex = ""
|
|
|
|
|
|
# -- Fathom Analytics --
|
|
# To enable Fathom Analytics on your site, specify your site code below.
|
|
# If you also use a custom domain with Fathom, you can add it at `domain`.
|
|
|
|
[fathomAnalytics]
|
|
# site = "ABC12345"
|
|
# domain = "llama.yoursite.com"
|