diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-17 21:04:09 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 5ed55a4adea13db1425f72578c4b524acc13eee5 (patch) | |
| tree | 5af7174e11573972727d4998cea7ba130dc9ecc6 | |
| parent | 1079f927a27db9d194c8e25eb3a188396fdf8eab (diff) | |
refactor
| -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 8e433d64..3d6a73d7 100644 --- a/buetow.org.conf +++ b/buetow.org.conf @@ -1,7 +1,7 @@ -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 +declare -xr DOMAIN=buetow.org +declare -xr SUBTITLE='Having fun with computers!' +declare -xr CONTENT_DIR=./content +declare -xr AUTHOR='Paul Buetow' +declare -xr EMAIL='comments@mx.buetow.org' +declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$' +declare -xr ATOM_MAX_ENTRIES=42 |
