diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-23 11:10:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-23 11:10:25 +0200 |
| commit | d3298957aaabf0b01d3f7c092d2d4185af8f6871 (patch) | |
| tree | 697632ca8e8305ed38bf3d864c6f5f67418e4cde | |
| parent | d1e58509e69ddec99c1ce963405d1beacc39d979 (diff) | |
add more vars
| -rwxr-xr-x | gemtexter | 2 | ||||
| -rw-r--r-- | gemtexter-paul.cyou.conf | 1 | ||||
| -rw-r--r-- | gemtexter-snonux.land.conf | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,8 @@ readonly GREP test -z "$CONFIG_FILE_PATH" && CONFIG_FILE_PATH='' test -z "$GIT_COMMIT_MESSAGE" && GIT_COMMIT_MESSAGE='' test -z "$LOG_VERBOSE" && LOG_VERBOSE='' +test -z "$PRE_GENERATE_HOOK" && PRE_GENERATE_HOOK='' +test -z "$POST_PUBLISH_HOOK" && POST_PUBLISH_HOOK='' set -euf -o pipefail diff --git a/gemtexter-paul.cyou.conf b/gemtexter-paul.cyou.conf index c8ec2ac..c7f1fca 100644 --- a/gemtexter-paul.cyou.conf +++ b/gemtexter-paul.cyou.conf @@ -13,3 +13,4 @@ declare -xr HTML_WEBFONT_TEXT=./extras/html/roboto-slab/RobotoSlab-Regular.ttf declare -xr HTML_WEBFONT_CODE=./extras/html/hack/Hack-Regular.ttf declare -xr HTML_WEBFONT_HANDNOTES=./extras/html/khand/khand.ttf declare -xr HTML_WEBFONT_TYPEWRITER=./extras/html/zai-aeg-mignon-typewriter-1924/zai_AEGMignonTypewriter1924.ttf +declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh diff --git a/gemtexter-snonux.land.conf b/gemtexter-snonux.land.conf index 7ff6084..9f1a622 100644 --- a/gemtexter-snonux.land.conf +++ b/gemtexter-snonux.land.conf @@ -13,3 +13,4 @@ declare -xr HTML_WEBFONT_TEXT=./extras/html/roboto-slab/RobotoSlab-Regular.ttf declare -xr HTML_WEBFONT_CODE=./extras/html/hack/Hack-Regular.ttf declare -xr HTML_WEBFONT_HANDNOTES=./extras/html/khand/khand.ttf declare -xr HTML_WEBFONT_TYPEWRITER=./extras/html/zai-aeg-mignon-typewriter-1924/zai_AEGMignonTypewriter1924.ttf +declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh |
