summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-18 21:42:46 +0300
committerPaul Buetow <paul@buetow.org>2024-09-18 21:42:46 +0300
commit2d1e6b993ab5a1dedb8b95f7aca70d536475f2a3 (patch)
tree6e87ef5445cdd1fa1dad79f3317b2dc9810a4db8
parentb522ff9a59593889d3143cffe604febdaca804aa (diff)
cleanup of unused configs
-rw-r--r--gemtexter-paul.buetow.org.conf11
-rw-r--r--gemtexter-snonux.foo.conf9
2 files changed, 0 insertions, 20 deletions
diff --git a/gemtexter-paul.buetow.org.conf b/gemtexter-paul.buetow.org.conf
deleted file mode 100644
index d771517..0000000
--- a/gemtexter-paul.buetow.org.conf
+++ /dev/null
@@ -1,11 +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='paul@nospam.buetow.org'
-declare -x 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_THEME_DIR=./extras/html/themes/simple
-declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh
diff --git a/gemtexter-snonux.foo.conf b/gemtexter-snonux.foo.conf
deleted file mode 100644
index 61191fa..0000000
--- a/gemtexter-snonux.foo.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# Alternate config for my other domain
-declare -xr DOMAIN=snonux.foo
-declare -xr SUBTITLE="snonux test site"
-declare -xr AUTHOR='Paul Buetow'
-declare -xr EMAIL='paul@nospam.buetow.org'
-declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$'
-declare -xr ATOM_MAX_ENTRIES=42
-declare -xr CONTENT_BASE_DIR=../snonux.foo-content
-declare -xr HTML_THEME=./extras/html/themes/future