From 8483cef935d70534aabcd29926115f3ba7d47fde Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 27 Aug 2023 13:55:37 +0300 Subject: rename paul.buetow.org to paul.cyou --- gemtexter-paul.buetow.org.conf | 18 ------------------ gemtexter-paul.cyou.conf | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 gemtexter-paul.buetow.org.conf create mode 100644 gemtexter-paul.cyou.conf diff --git a/gemtexter-paul.buetow.org.conf b/gemtexter-paul.buetow.org.conf deleted file mode 100644 index 447c52f..0000000 --- a/gemtexter-paul.buetow.org.conf +++ /dev/null @@ -1,18 +0,0 @@ -# Alternate config for my other domain -declare -xr DOMAIN=paul.buetow.org -declare -xr SUBTITLE="Paul Buetow's contact information" -declare -xr AUTHOR='Paul Buetow' -declare -xr EMAIL='contact@mx.buetow.org' -declare -xr MASTODON_URI='https://fosstodon.org/@snonux' -declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$' -declare -xr ATOM_MAX_ENTRIES=42 -declare -xr CONTENT_BASE_DIR=../paul.buetow.org-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_VARIANT=exact -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 -declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh diff --git a/gemtexter-paul.cyou.conf b/gemtexter-paul.cyou.conf new file mode 100644 index 0000000..dc02b57 --- /dev/null +++ b/gemtexter-paul.cyou.conf @@ -0,0 +1,18 @@ +# Alternate config for my other domain +declare -xr DOMAIN=paul.cyou +declare -xr SUBTITLE="Paul Buetow's contact information" +declare -xr AUTHOR='Paul Buetow' +declare -xr EMAIL='contact@paul.cyou' +declare -xr MASTODON_URI='https://fosstodon.org/@snonux' +declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$' +declare -xr ATOM_MAX_ENTRIES=42 +declare -xr CONTENT_BASE_DIR=../paul.cyou-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_VARIANT=exact +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 +declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh -- cgit v1.2.3