diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-16 23:15:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-16 23:15:19 +0300 |
| commit | 1877bf74243844310cf6cce295ec7cb38da396a5 (patch) | |
| tree | 691303bdbb5626545493b02ab03de31f27a270a0 /extras/html/themes/future.conf | |
| parent | 22ce217673ec8a5eb4b2192a12a7a2d04d76c8a9 (diff) | |
add theme support
Diffstat (limited to 'extras/html/themes/future.conf')
| -rw-r--r-- | extras/html/themes/future.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/html/themes/future.conf b/extras/html/themes/future.conf new file mode 100644 index 0000000..0e6c953 --- /dev/null +++ b/extras/html/themes/future.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=./extras/html/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 |
