diff options
Diffstat (limited to 'gemtexter.conf')
| -rw-r--r-- | gemtexter.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gemtexter.conf b/gemtexter.conf index 5095d22..a928b27 100644 --- a/gemtexter.conf +++ b/gemtexter.conf @@ -1,7 +1,7 @@ declare -xr DOMAIN=foo.zone declare -xr SUBTITLE='To be in the .zone!' declare -xr AUTHOR='Paul Buetow' -declare -xr EMAIL='hi@paul.cyou' +declare -xr EMAIL='paul@dev.buetow.org' declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$' declare -xr ATOM_MAX_ENTRIES=42 declare -xr CONTENT_BASE_DIR=../foo.zone-content @@ -10,6 +10,7 @@ declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh 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/hack/Hack-Regular.ttf declare -xr HTML_WEBFONT_CODE=./extras/html/hack/Hack-Regular.ttf declare -xr HTML_WEBFONT_HANDNOTES=./extras/html/khand/khand.ttf |
