Skip to content
Snippets Groups Projects
Commit 977f38e6 authored by James Vasile's avatar James Vasile
Browse files

Add convenience build script

parent f63dacd5
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${SCRIPT_DIR}/../site
pelican content
echo Site generated and copied to site/output
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment