diff options
| author | Paul Buetow <paul@buetow.org> | 2022-11-23 20:44:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-11-23 20:44:49 +0200 |
| commit | 6682bd7c4c45283acdb161765dac58ec034899bd (patch) | |
| tree | df8dfe64639b4426dd264f3c6d975c6d2b07d81c | |
| parent | 9c8ccc566dc50dd1b61d1ee2fbbfa9543795905d (diff) | |
add snonux land conf
| -rw-r--r-- | gemtexter-snonux.land.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gemtexter-snonux.land.conf b/gemtexter-snonux.land.conf new file mode 100644 index 0000000..32060a7 --- /dev/null +++ b/gemtexter-snonux.land.conf @@ -0,0 +1,14 @@ +declare -xr DOMAIN=snonux.land +declare -xr SUBTITLE='Doublethink!' +declare -xr AUTHOR='Snonux' +declare -xr EMAIL='snonux@snonux.land' +declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$' +declare -xr ATOM_MAX_ENTRIES=42 +declare -xr CONTENT_BASE_DIR=../snonux.land-content +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/roboto-slab/RobotoSlab-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 |
