change default directory names
This commit is contained in:
parent
00264d76e8
commit
47b0be3f74
4
mige.sh
4
mige.sh
@ -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]+)=(.+)$"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user