change default directory names

This commit is contained in:
Václav Uruba 2023-09-10 18:57:52 +02:00
parent 00264d76e8
commit 47b0be3f74
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -1,8 +1,8 @@
#!/bin/bash
DIR_ASSETS=${DIR_ASSETS:-assets}
DIR_CONTENT=${DIR_CONTENT:-in}
DIR_DIST=${DIR_DIST:-!out}
DIR_CONTENT=${DIR_CONTENT:-content}
DIR_DIST=${DIR_DIST:-!dist}
DIR_EMBED=${DIR_EMBED:-embed}
REGEX_EMBED="^##(.*?)\|.*"
REGEX_VARIABLE="^([0-9]+)=(.+)$"