summaryrefslogtreecommitdiff
path: root/extras/html/themes/future/theme.conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-17 00:13:14 +0300
committerPaul Buetow <paul@buetow.org>2024-09-17 00:13:14 +0300
commit162363234f8793c50f5628765c163e4976b01d0e (patch)
treec5df8c42079b2e1883dc8bef2b5c924dadacd8df /extras/html/themes/future/theme.conf
parent1877bf74243844310cf6cce295ec7cb38da396a5 (diff)
theme refactoring (not the themes themselves but the structure)
Diffstat (limited to 'extras/html/themes/future/theme.conf')
-rw-r--r--extras/html/themes/future/theme.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/html/themes/future/theme.conf b/extras/html/themes/future/theme.conf
new file mode 100644
index 0000000..8e6f6e7
--- /dev/null
+++ b/extras/html/themes/future/theme.conf
@@ -0,0 +1,9 @@
+declare -xr HTML_HEADER=./extras/html/header.html.part
+declare -xr HTML_FOOTER=./extras/html/footer.html.part
+declare -xr HTML_CSS_STYLE=$HTML_THEME_DIR/style.css
+declare -xr HTML_WEBFONT_TEXT=./extras/html/fonts/Lato/Lato-Regular.ttf
+declare -xr HTML_WEBFONT_HEADING=./extras/html/fonts/Abril_Fatface/AbrilFatface-Regular.ttf
+declare -xr HTML_WEBFONT_CODE=./extras/html/fonts/hack/Hack-Regular.ttf
+declare -xr HTML_WEBFONT_HANDNOTES=./extras/html/fonts/khand/khand.ttf
+declare -xr HTML_WEBFONT_TYPEWRITER=./extras/html/fonts/zai-aeg-mignon-typewriter-1924/zai_AEGMignonTypewriter1924.ttf
+declare -xr SOURCE_HIGHLIGHT_CSS=./extras/html/source-highlight-styles/sh_vampire.css