summaryrefslogtreecommitdiff
path: root/buetow.org.conf
diff options
context:
space:
mode:
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