summaryrefslogtreecommitdiff
path: root/buetow.org.conf
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-03 10:04:49 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit68cd6e6b075b1e950d7ff44a124c3ec21a5a5f26 (patch)
tree8b0b6e124b87fa1f814a7e1767df1ae86e032526 /buetow.org.conf
parent018c9341943bf96cc3e8fc397a768fd8fd5338c0 (diff)
various recommendations by shellcheck
Diffstat (limited to 'buetow.org.conf')
-rw-r--r--buetow.org.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/buetow.org.conf b/buetow.org.conf
index afe8b94..8e433d6 100644
--- a/buetow.org.conf
+++ b/buetow.org.conf
@@ -1,7 +1,7 @@
-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
+export DOMAIN=buetow.org
+export SUBTITLE='Having fun with computers!'
+export CONTENT_DIR=./content
+export AUTHOR='Paul Buetow'
+export EMAIL='comments@mx.buetow.org'
+export IMAGE_PATTERN='\.(jpg|png|gif)$'
+export ATOM_MAX_ENTRIES=42