diff options
Diffstat (limited to 'buetow.org.conf')
| -rw-r--r-- | buetow.org.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/buetow.org.conf b/buetow.org.conf index afe8b942..8e433d64 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 |
