diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-04 15:48:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-04 15:48:34 +0200 |
| commit | bf60fc37b93d2e85276de359b556e00e5f70b979 (patch) | |
| tree | 244b5880419eba3f829d95b238f73c1254d2af9f /extras/html/themes/default/theme.conf | |
| parent | f5e2d2edc4ab9f2842ef5cdca0ce1a130ce6f0a7 (diff) | |
add new theme
Diffstat (limited to 'extras/html/themes/default/theme.conf')
| -rw-r--r-- | extras/html/themes/default/theme.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/html/themes/default/theme.conf b/extras/html/themes/default/theme.conf new file mode 100644 index 0000000..9e06b30 --- /dev/null +++ b/extras/html/themes/default/theme.conf @@ -0,0 +1,8 @@ +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_HEADING=./extras/html/fonts/Merriweather/Merriweather-Bold.ttf +declare -xr HTML_WEBFONT_TEXT=./extras/html/fonts/Merriweather/Merriweather-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 SOURCE_HIGHLIGHT_CSS=./extras/html/source-highlight-styles/mono.css |
