summaryrefslogtreecommitdiff
path: root/buetow.org.conf
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 09:56:31 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit8441ab71f334714d48f34a6e0fcc8a2e6f7aa8bb (patch)
tree061b96230d3f919483ec2872777911a624692cf6 /buetow.org.conf
parentb595d0309d2c26fd6eca1399e8a502b8bb76f5be (diff)
can generate atom.xml gemini and http feeds
Diffstat (limited to 'buetow.org.conf')
-rw-r--r--buetow.org.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/buetow.org.conf b/buetow.org.conf
index ba65a8c..afe8b94 100644
--- a/buetow.org.conf
+++ b/buetow.org.conf
@@ -1,5 +1,7 @@
-declare -r DOMAIN=buetow.org
-declare -r CONTENT_DIR=./content
-declare -r AUTHOR="Paul Buetow"
-declare -r EMAIL="comments@mx.buetow.org"
-declare -r IMAGE_PATTERN='\.(jpg|png|gif)$'
+readonly DOMAIN=buetow.org
+readonly SUBTITLE='Having fun with computers!'
+readonly CONTENT_DIR=./content
+readonly AUTHOR='Paul Buetow'
+readonly EMAIL='comments@mx.buetow.org'
+readonly IMAGE_PATTERN='\.(jpg|png|gif)$'
+readonly ATOM_MAX_ENTRIES=42