Compare commits

...

2 Commits

Author SHA1 Message Date
4163e6f452 switch to hamburger menu style
Some checks failed
ci/woodpecker/push/renovate Pipeline failed
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/pr/next Pipeline failed
2022-12-14 10:02:13 +01:00
50026d69b2 add npm script for debug in arkanum env 2022-12-14 10:01:55 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ enableCodeCopy = true
# robots = "" # robots = ""
[header] [header]
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom layout = "hamburger" # valid options: basic, hamburger, hybrid, custom
logo = "img/logo_square.png" logo = "img/logo_square.png"
showTitle = false showTitle = false

View File

@ -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",
"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"