update congo params
All checks were successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
All checks were successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
This commit is contained in:
parent
f8b0bacdcb
commit
57921b9457
@ -6,7 +6,7 @@ weight = 1
|
|||||||
rtl = false
|
rtl = false
|
||||||
|
|
||||||
title = "OCram85.com"
|
title = "OCram85.com"
|
||||||
logo = "img/logo_square.png"
|
#logo = "img/logo_square.png"
|
||||||
description = "A personal blog about PowerShell, Automation and more."
|
description = "A personal blog about PowerShell, Automation and more."
|
||||||
# copyright = "Copy, _right?_ :thinking_face:"
|
# copyright = "Copy, _right?_ :thinking_face:"
|
||||||
|
|
||||||
|
@ -8,13 +8,22 @@
|
|||||||
colorScheme = "avocado"
|
colorScheme = "avocado"
|
||||||
defaultAppearance = "dark" # valid options: light or dark
|
defaultAppearance = "dark" # valid options: light or dark
|
||||||
autoSwitchAppearance = false
|
autoSwitchAppearance = false
|
||||||
showAppearanceSwitcher = false
|
|
||||||
|
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
enableCodeCopy = true
|
enableCodeCopy = true
|
||||||
|
|
||||||
# mainSections = ["section1", "section2"]
|
# mainSections = ["section1", "section2"]
|
||||||
# robots = ""
|
# robots = ""
|
||||||
|
|
||||||
|
[header]
|
||||||
|
layout = "basic" # valid options: basic, hamburger, hybrid, custom
|
||||||
|
logo = "img/logo_square.png"
|
||||||
|
showTitle = true
|
||||||
|
|
||||||
|
[footer]
|
||||||
|
showCopyright = true
|
||||||
|
showThemeAttribution = true
|
||||||
|
showAppearanceSwitcher = false
|
||||||
showScrollToTop = true
|
showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
@ -37,13 +46,16 @@ showScrollToTop = true
|
|||||||
showTableOfContents = true
|
showTableOfContents = true
|
||||||
showTaxonomies = true
|
showTaxonomies = true
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
|
showComments = false
|
||||||
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showSummary = false
|
showSummary = false
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
|
showTaxonomies = false
|
||||||
groupByYear = true
|
groupByYear = true
|
||||||
|
paginationWidth = 1
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
excludedKinds = ["taxonomy", "term"]
|
excludedKinds = ["taxonomy", "term"]
|
||||||
|
Loading…
Reference in New Issue
Block a user