update congo to version 2.4.2 #36
@ -6,7 +6,7 @@
|
||||
|
||||
> :bulb: Select your test plan for the code changes.
|
||||
|
||||
- [ ] Tested via CI pipeline
|
||||
- [x] CI pipeline
|
||||
- [ ] Custom test
|
||||
- [ ] No test plan
|
||||
|
||||
|
@ -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"]
|
||||
|
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\"",
|
||||
"start": "npm run server",
|
||||
"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",
|
||||
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
||||
"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