congo/config/_default/params.toml

33 lines
778 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.
[article]
showDate = true
dateFormat = "2 January 2006"
showReadingTime = true
showAuthor = true
showPagination = true
[taxonomy]
showTermCount = true
2021-08-13 09:08:35 +00:00
# -- Site Verification --
# Provide the verification strings for the providers below and the
# corresponding meta tags will be added to the site <head>.
2021-08-11 05:28:33 +00:00
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""
2021-08-13 09:08:35 +00:00
# -- 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`.
2021-08-11 05:28:33 +00:00
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"