change default directory names

This commit is contained in:
2023-09-10 18:57:52 +02:00
parent 00264d76e8
commit 47b0be3f74

View File

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