Compare commits
No commits in common. "4163e6f4528a787e6e96c2546b304ba496434a67" and "b0854d601c105b268ab6e7584be5dac7adc434ad" have entirely different histories.
4163e6f452
...
b0854d601c
@ -16,7 +16,7 @@ enableCodeCopy = true
|
|||||||
# robots = ""
|
# robots = ""
|
||||||
|
|
||||||
[header]
|
[header]
|
||||||
layout = "hamburger" # valid options: basic, hamburger, hybrid, custom
|
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
|
||||||
logo = "img/logo_square.png"
|
logo = "img/logo_square.png"
|
||||||
showTitle = false
|
showTitle = false
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"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"
|
||||||
|
Loading…
Reference in New Issue
Block a user