update congo to version 2.4.2 (#36)
#### 📖 Summary - update congo to version 2.4.2. - update config keys. - add npm script for run debug server on arkanaum instance. #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: #36
This commit is contained in:
@ -6,7 +6,7 @@ weight = 1
|
||||
rtl = false
|
||||
|
||||
title = "OCram85.com"
|
||||
logo = "img/logo_square.png"
|
||||
#logo = "img/logo_square.png"
|
||||
description = "A personal blog about PowerShell, Automation and more."
|
||||
# copyright = "Copy, _right?_ :thinking_face:"
|
||||
|
||||
|
@ -30,10 +30,10 @@
|
||||
pageRef = "aboutme"
|
||||
weight = 40
|
||||
|
||||
[[main]]
|
||||
name = "Code"
|
||||
url = "https://gitea.ocram85.com"
|
||||
weight = 50
|
||||
#[[main]]
|
||||
# name = "Code"
|
||||
# url = "https://gitea.ocram85.com"
|
||||
# weight = 50
|
||||
|
||||
|
||||
# -- Footer Menu --
|
||||
@ -56,7 +56,12 @@
|
||||
weight = 30
|
||||
|
||||
[[footer]]
|
||||
name = "CI"
|
||||
url = "https://ci.ocram85.com"
|
||||
name = "Code"
|
||||
url = "https://gitea.ocram85.com"
|
||||
weight = 40
|
||||
|
||||
[[footer]]
|
||||
name = "CI"
|
||||
url = "https://ci.ocram85.com"
|
||||
weight = 50
|
||||
|
||||
|
@ -8,14 +8,23 @@
|
||||
colorScheme = "avocado"
|
||||
defaultAppearance = "dark" # valid options: light or dark
|
||||
autoSwitchAppearance = false
|
||||
showAppearanceSwitcher = false
|
||||
|
||||
enableSearch = true
|
||||
enableCodeCopy = true
|
||||
|
||||
# mainSections = ["section1", "section2"]
|
||||
# robots = ""
|
||||
showScrollToTop = true
|
||||
|
||||
[header]
|
||||
layout = "hamburger" # valid options: basic, hamburger, hybrid, custom
|
||||
logo = "img/logo_square.png"
|
||||
showTitle = false
|
||||
|
||||
[footer]
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = false
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
layout = "profile" # valid options: page, profile, custom
|
||||
@ -37,13 +46,16 @@ showScrollToTop = true
|
||||
showTableOfContents = true
|
||||
showTaxonomies = true
|
||||
showWordCount = true
|
||||
showComments = false
|
||||
sharingLinks = ["facebook", "twitter", "pinterest", "reddit", "linkedin", "email"]
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = false
|
||||
showSummary = false
|
||||
showTableOfContents = false
|
||||
showTaxonomies = false
|
||||
groupByYear = true
|
||||
paginationWidth = 1
|
||||
|
||||
[sitemap]
|
||||
excludedKinds = ["taxonomy", "term"]
|
||||
|
Reference in New Issue
Block a user