From f4e43219ae107b7ddbd8fbb1c7238d03530a8b11 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 25 May 2023 20:08:23 +0300 Subject: s/paul.cyou/paul.buetow.org/g --- gemtexter-paul.buetow.org.conf | 17 +++++++++++++++++ gemtexter-paul.cyou.conf | 17 ----------------- gemtexter.conf | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 gemtexter-paul.buetow.org.conf delete mode 100644 gemtexter-paul.cyou.conf diff --git a/gemtexter-paul.buetow.org.conf b/gemtexter-paul.buetow.org.conf new file mode 100644 index 0000000..0949de1 --- /dev/null +++ b/gemtexter-paul.buetow.org.conf @@ -0,0 +1,17 @@ +# 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 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 deleted file mode 100644 index 741bf53..0000000 --- a/gemtexter-paul.cyou.conf +++ /dev/null @@ -1,17 +0,0 @@ -# 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='hi@paul.cyou' -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 diff --git a/gemtexter.conf b/gemtexter.conf index 94c1f89..8fce8a5 100644 --- a/gemtexter.conf +++ b/gemtexter.conf @@ -1,7 +1,7 @@ declare -xr DOMAIN=foo.zone declare -xr SUBTITLE='To be in the .zone!' declare -xr AUTHOR='Paul Buetow' -declare -xr EMAIL='hi@paul.cyou' +declare -xr EMAIL='hi@foo.zone' declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$' declare -xr ATOM_MAX_ENTRIES=42 declare -xr CONTENT_BASE_DIR=../foo.zone-content -- cgit v1.2.3