2021-12-22 14:23:07 +01:00
|
|
|
# -- 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-12-23 08:58:50 +01:00
|
|
|
colorScheme = "avocado"
|
2022-01-04 09:27:51 +01:00
|
|
|
darkMode = "true"
|
2021-12-22 14:23:07 +01:00
|
|
|
# darkToggle = false
|
|
|
|
# logo = "img/logo.jpg"
|
2021-12-23 08:58:50 +01:00
|
|
|
description = "A personal blog about PowerShell, Automation and more."
|
2021-12-22 14:23:07 +01:00
|
|
|
# mainSections = ["section1", "section2"]
|
|
|
|
# robots = ""
|
|
|
|
|
|
|
|
[homepage]
|
2021-12-23 08:58:50 +01:00
|
|
|
layout = "profile" # valid options: page, profile, custom
|
|
|
|
showRecent = true
|
2021-12-22 14:23:07 +01:00
|
|
|
|
|
|
|
[article]
|
|
|
|
showDate = true
|
2021-12-23 09:54:37 +01:00
|
|
|
#showDateUpdated = true
|
2021-12-22 14:23:07 +01:00
|
|
|
dateFormat = "2 January 2006"
|
|
|
|
showAuthor = true
|
|
|
|
showBreadcrumbs = false
|
|
|
|
showDraftLabel = true
|
2021-12-23 08:58:50 +01:00
|
|
|
showEdit = true
|
|
|
|
editURL = "https://github.com/OCram85/Blog/"
|
2021-12-22 14:23:07 +01:00
|
|
|
editAppendPath = true
|
|
|
|
showHeadingAnchors = true
|
|
|
|
showPagination = true
|
|
|
|
showReadingTime = true
|
2021-12-23 08:58:50 +01:00
|
|
|
showWordCount = true
|
|
|
|
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
2021-12-22 14:23:07 +01:00
|
|
|
|
|
|
|
[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 = ""
|