1
Fork 0

Create generation script

This commit is contained in:
Jake Howard 2016-05-15 20:57:03 +01:00
parent 6aeed3951a
commit d10b5217f3

14
scripts/generate-site.sh Normal file
View file

@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -e
echo "> Creating Site..."
# Build the static data
echo ">> Building static data..."
npm run build $@
echo ">> Compiling site pages..."
pelican -v
echo "> Build complete."