change default dist directory to !out

This commit is contained in:
2023-09-09 23:06:09 +02:00
parent 96d663c2b2
commit 0e74eb2595

View File

@@ -2,7 +2,7 @@
DIR_ASSETS=${DIR_ASSETS:-assets}
DIR_CONTENT=${DIR_CONTENT:-in}
DIR_DIST=${DIR_DIST:-out}
DIR_DIST=${DIR_DIST:-!out}
TEMPLATE_HEADER=${TEMPLATE_HEADER:-templates/header.html}
TEMPLATE_FOOTER=${TEMPLATE_FOOTER:-templates/footer.html}
SOURCEDIR=$PWD