Marco Blessing
a686be9055
* force dark mode * add node based build * add markdown lint * fix markdown lint issues * add custom caddy file * fix page lookup for error page * disable pagination * adjus trivy behavior * exclude mardkownlint from docker build * fix trivy step and add umami tracking code * set data-domain to exclude forks adding stats
56 lines
1.3 KiB
TOML
56 lines
1.3 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 = "avocado"
|
|
darkMode = "true"
|
|
# darkToggle = false
|
|
# logo = "img/logo.jpg"
|
|
description = "A personal blog about PowerShell, Automation and more."
|
|
# mainSections = ["section1", "section2"]
|
|
# robots = ""
|
|
|
|
[homepage]
|
|
layout = "profile" # valid options: page, profile, custom
|
|
showRecent = true
|
|
|
|
[article]
|
|
showDate = true
|
|
#showDateUpdated = true
|
|
dateFormat = "2 January 2006"
|
|
showAuthor = true
|
|
showBreadcrumbs = false
|
|
showDraftLabel = true
|
|
showEdit = true
|
|
editURL = "https://github.com/OCram85/Blog/"
|
|
editAppendPath = true
|
|
showHeadingAnchors = true
|
|
showPagination = true
|
|
showReadingTime = true
|
|
showWordCount = true
|
|
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
|
|
|
[list]
|
|
showBreadcrumbs = false
|
|
showSummary = false
|
|
groupByYear = true
|
|
|
|
[taxonomy]
|
|
showTermCount = true
|
|
|
|
[sitemap]
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
[fathomAnalytics]
|
|
# site = "ABC12345"
|
|
# domain = "llama.yoursite.com"
|
|
|
|
[verification]
|
|
# google = ""
|
|
# bing = ""
|
|
# pinterest = ""
|
|
# yandex = ""
|