summaryrefslogtreecommitdiff
path: root/gemtexter.conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-09 13:21:29 +0300
committerPaul Buetow <paul@buetow.org>2023-04-09 13:21:29 +0300
commitb253915c629c6d38641a81c7f1bb47d662c48a03 (patch)
treebdd494eff528c68cf26ce2bd18bf87c6c2a66d41 /gemtexter.conf
parentfed1dbf0d164a18b01843323b676d1bff3f628da (diff)
add support for GNU Source Highlight - for Source code highlighting in bare blocks
Diffstat (limited to 'gemtexter.conf')
-rw-r--r--gemtexter.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemtexter.conf b/gemtexter.conf
index b5f03be..94c1f89 100644
--- a/gemtexter.conf
+++ b/gemtexter.conf
@@ -9,9 +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_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
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