mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 22:57:51 +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/faq.md
|
||||
website/index.md
|
||||
website/main.shwebsite/.lanyon
|
||||
website/main.sh
|
||||
|
@ -42,6 +42,8 @@ module.exports.overrideRuntime = function ({ runtime, toolkit }) {
|
||||
module.exports.overrideConfig = function ({ config, toolkit }) {
|
||||
if (config.runtime.isDev) {
|
||||
config.jekyll.url = 'http://localhost:3000'
|
||||
} else {
|
||||
config.jekyll.url = ''
|
||||
}
|
||||
|
||||
config.jekyll.profile = true
|
||||
|
@ -7,7 +7,7 @@
|
||||
"build": "lanyon build",
|
||||
"deploy": "lanyon deploy",
|
||||
"encrypt": "lanyon encrypt",
|
||||
"inject": "./_scripts/inject.sh",
|
||||
"inject": "./website/_scripts/inject.sh",
|
||||
"install:lanyon": "lanyon install",
|
||||
"lint": "shellcheck --shell=bash $(find . -name '*.sh' -maxdepth 2)",
|
||||
"release:major": "env SEMANTIC=major npm run release",
|
||||
|
Loading…
Reference in New Issue
Block a user