diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-03 10:04:49 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-03 10:04:49 +0100 |
| commit | a24c497ee2e03645ff7a031d8ce0a863a8e55e25 (patch) | |
| tree | f78cbef3e659c55408cb4adbbdba267464a3fccd /buetow.org.conf | |
| parent | 60770340c66c9d1fc2523c3dd8fac2f57dd6a66b (diff) | |
various recommendations by shellcheck
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 |
