Simple and boring static site generator
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
BASEDIR="/home/silverwizard/Generator"
|
|
|
|
SRC="$BASEDIR/src"
|
|
|
|
STATIC="$BASEDIR/static"
|
|
|
|
TEMPLATES="$BASEDIR/templates"
|
|
|
|
DEST="$BASEDIR/dest"
|
|
|
|
|
|
|
|
TITLE="Am I A Hacker? I've No Idea"
|
|
|
|
|
|
|
|
export BASEDIR SRC STATIC TEMPLATES DEST TITLE
|