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

12 lines
308 B

BASEDIR="/home/silverwizard/Generator"
5 months ago
SRC="$BASEDIR/src"
STATIC="$BASEDIR/static"
TEMPLATES="$BASEDIR/templates"
DEST="$BASEDIR/dest"
5 months ago
TITLE="Am I A Hacker? I've No Idea"
LINK="http://localhost"
DESC="A hacker trying to survive the software crisis"
export BASEDIR SRC STATIC TEMPLATES DEST TITLE LINK DESC