diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-17 05:17:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-17 05:17:47 +0300 |
| commit | 1ad2c43693f6a61e451c56beea40233db43e0da8 (patch) | |
| tree | 36c79c1e16e9eb625039083bf323dadbdbc295fc /gemtexter-paul.buetow.org.conf | |
| parent | 10bded3269bfbdb240f8afd210c80873fe34b12a (diff) | |
| parent | 410d6e1e589c667502431b87d07ba5b6354a5bd8 (diff) | |
Merge branch 'develop'2.1.0
Diffstat (limited to 'gemtexter-paul.buetow.org.conf')
| -rw-r--r-- | gemtexter-paul.buetow.org.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gemtexter-paul.buetow.org.conf b/gemtexter-paul.buetow.org.conf new file mode 100644 index 0000000..d1c4f86 --- /dev/null +++ b/gemtexter-paul.buetow.org.conf @@ -0,0 +1,18 @@ +# Alternate config for my other domain +declare -xr DOMAIN=paul.buetow.org +declare -xr SUBTITLE="Paul Buetow's contact information" +declare -xr AUTHOR='Paul Buetow' +declare -xr EMAIL='contact@mx.buetow.org' +declare -xr MASTADON_URI='https://fosstodon.org/@snonux' +declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$' +declare -xr ATOM_MAX_ENTRIES=42 +declare -xr CONTENT_BASE_DIR=../paul.buetow.org-content +declare -xr HTML_HEADER=./extras/html/header.html.part +declare -xr HTML_FOOTER=./extras/html/footer.html.part +declare -xr HTML_CSS_STYLE=./extras/html/style.css +declare -xr HTML_VARIANT=exact +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 |
