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

7 lines
163 B

BASEDIR="~/Generator/"
SRC="$BASEDIR/src"
STATIC="$BASEDIR/static"
TEMPLATES="$BASEDIR/templates"
DEST="/var/www/htdocs"
export BASEDIR SRC STATIC TEMPLATES DEST