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.
Generator/local.env

10 lines
220 B

BASEDIR="/home/silverwizard/Generator"
3 months ago
SRC="$BASEDIR/src"
STATIC="$BASEDIR/static"
TEMPLATES="$BASEDIR/templates"
DEST="$BASEDIR/dest"
3 months ago
TITLE="Am I A Hacker? I've No Idea"
export BASEDIR SRC STATIC TEMPLATES DEST TITLE