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:
parent
ea438adfcd
commit
7101a0d577
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
> :bulb: Select your test plan for the code changes.
|
> :bulb: Select your test plan for the code changes.
|
||||||
|
|
||||||
- [ ] Tested via CI pipeline
|
- [x] CI pipeline
|
||||||
- [ ] Custom test
|
- [ ] Custom test
|
||||||
- [ ] No test plan
|
- [ ] No test plan
|
||||||
|
|
||||||
|
@ -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:"
|
||||||
|
|
||||||
|
@ -30,10 +30,10 @@
|
|||||||
pageRef = "aboutme"
|
pageRef = "aboutme"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
[[main]]
|
#[[main]]
|
||||||
name = "Code"
|
# name = "Code"
|
||||||
url = "https://gitea.ocram85.com"
|
# url = "https://gitea.ocram85.com"
|
||||||
weight = 50
|
# weight = 50
|
||||||
|
|
||||||
|
|
||||||
# -- Footer Menu --
|
# -- Footer Menu --
|
||||||
@ -56,7 +56,12 @@
|
|||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[footer]]
|
[[footer]]
|
||||||
name = "CI"
|
name = "Code"
|
||||||
url = "https://ci.ocram85.com"
|
url = "https://gitea.ocram85.com"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
|
[[footer]]
|
||||||
|
name = "CI"
|
||||||
|
url = "https://ci.ocram85.com"
|
||||||
|
weight = 50
|
||||||
|
|
||||||
|
@ -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 = "hamburger" # valid options: basic, hamburger, hybrid, custom
|
||||||
|
logo = "img/logo_square.png"
|
||||||
|
showTitle = false
|
||||||
|
|
||||||
|
[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"]
|
||||||
|
1011
package-lock.json
generated
1011
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,7 @@
|
|||||||
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
|
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
|
||||||
"start": "npm run server",
|
"start": "npm run server",
|
||||||
"server": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D",
|
"server": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D",
|
||||||
|
"arkanum": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 -D --appendPort=false --baseURL https://arkanum-dev.ocram85.com --port 1313",
|
||||||
"test": "npm run lint:markdown",
|
"test": "npm run lint:markdown",
|
||||||
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
||||||
"new:post": "exec-bin node_modules/.bin/hugo/hugo new"
|
"new:post": "exec-bin node_modules/.bin/hugo/hugo new"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 56fc286336c136cbc5cc094769721b4393dd7863
|
Subproject commit 572885c526d6059cc64a1d8305bf90ccc131a475
|
Loading…
Reference in New Issue
Block a user