mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-05-11 20:52:49 +00:00
Fix CHANGELOG links (I think). Should fix #136
This commit is contained in:
parent
186d9ff6a0
commit
56eab89caa
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,5 +16,4 @@ website/assets/build
|
|||||||
website/changelog.md
|
website/changelog.md
|
||||||
website/faq.md
|
website/faq.md
|
||||||
website/index.md
|
website/index.md
|
||||||
website/main.shwebsite/.lanyon
|
|
||||||
website/main.sh
|
website/main.sh
|
||||||
|
@ -42,6 +42,8 @@ module.exports.overrideRuntime = function ({ runtime, toolkit }) {
|
|||||||
module.exports.overrideConfig = function ({ config, toolkit }) {
|
module.exports.overrideConfig = function ({ config, toolkit }) {
|
||||||
if (config.runtime.isDev) {
|
if (config.runtime.isDev) {
|
||||||
config.jekyll.url = 'http://localhost:3000'
|
config.jekyll.url = 'http://localhost:3000'
|
||||||
|
} else {
|
||||||
|
config.jekyll.url = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
config.jekyll.profile = true
|
config.jekyll.profile = true
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"build": "lanyon build",
|
"build": "lanyon build",
|
||||||
"deploy": "lanyon deploy",
|
"deploy": "lanyon deploy",
|
||||||
"encrypt": "lanyon encrypt",
|
"encrypt": "lanyon encrypt",
|
||||||
"inject": "./_scripts/inject.sh",
|
"inject": "./website/_scripts/inject.sh",
|
||||||
"install:lanyon": "lanyon install",
|
"install:lanyon": "lanyon install",
|
||||||
"lint": "shellcheck --shell=bash $(find . -name '*.sh' -maxdepth 2)",
|
"lint": "shellcheck --shell=bash $(find . -name '*.sh' -maxdepth 2)",
|
||||||
"release:major": "env SEMANTIC=major npm run release",
|
"release:major": "env SEMANTIC=major npm run release",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user