Browse Source

Add web content file to build

pull/5/head
Gabe Kangas 5 years ago
parent
commit
6bc10dc812
  1. 3
      scripts/build.sh
  2. 0
      webroot/static/content-example.md

3
scripts/build.sh

@ -33,7 +33,10 @@ build() { @@ -33,7 +33,10 @@ build() {
mkdir -p dist/${NAME}/config
# Default files
cp config/config-example.yaml dist/${NAME}/config/config.yaml
cp webroot/static/content-example.md dist/${NAME}/webroot/static/content.md
cp -R webroot/ dist/${NAME}/webroot/
cp -R doc/ dist/${NAME}/doc/
cp README.md dist/${NAME}

0
webroot/static/content.md → webroot/static/content-example.md

Loading…
Cancel
Save