summaryrefslogtreecommitdiff
path: root/gemtexter.conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-06 23:19:54 +0300
committerPaul Buetow <paul@buetow.org>2023-04-07 01:10:34 +0300
commit88be39ae445cf41adb1c0c79876be808afb20d6d (patch)
tree665b652797373f8e0b74b95c09816b4a4b77192d /gemtexter.conf
parent71be2b24ea0b5a061044b7c2bd03e8f690b9d289 (diff)
add HTML exact variant
Diffstat (limited to 'gemtexter.conf')
-rw-r--r--gemtexter.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/gemtexter.conf b/gemtexter.conf
index 5095d22..b5f03be 100644
--- a/gemtexter.conf
+++ b/gemtexter.conf
@@ -9,8 +9,9 @@ declare -xr PRE_GENERATE_HOOK=./pre_generate_hook.sh
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_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
declare -xr HTML_WEBFONT_TYPEWRITER=./extras/html/zai-aeg-mignon-typewriter-1924/zai_AEGMignonTypewriter1924.ttf
+declare -xr HTML_VARIANT=exact
+declare -xr HTML_CSS_STYLE=./extras/html/style.css