Fix CHANGELOG links (I think). Should fix #136

This commit is contained in:
Kevin van Zonneveld 2020-04-22 09:57:39 +02:00
parent 186d9ff6a0
commit 56eab89caa
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -16,5 +16,4 @@ website/assets/build
website/changelog.md
website/faq.md
website/index.md
website/main.shwebsite/.lanyon
website/main.sh

View File

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

View File

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