Create a content directory if not present

This commit is contained in:
Andrew Stryker 2023-09-14 14:05:25 -07:00
parent efc989f237
commit a05c7ad652
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -6,6 +6,8 @@ SITE_ENV="${SITE_ENV:-${CONTENT}/site-env}"
curate="${curate:-about}"
index="${index:-index}"
mkdir -p ${CONTENT}
# Confirm overwrite of configuration
if [[ -r ${SITE_ENV} ]]
then