diff --git a/mige.sh b/mige.sh index efea192..1922404 100755 --- a/mige.sh +++ b/mige.sh @@ -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]+)=(.+)$"