diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 09:56:31 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-30 09:56:31 +0100 |
| commit | bc96cff7f9167118aa5b959c45a96357c9a04d30 (patch) | |
| tree | afa98314dab27073fc482d2903ab87949179386e /buetow.org.conf | |
| parent | 4b2b93bf3433a55193960bd85faef789684efe82 (diff) | |
can generate atom.xml gemini and http feeds
Diffstat (limited to 'buetow.org.conf')
| -rw-r--r-- | buetow.org.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/buetow.org.conf b/buetow.org.conf index ba65a8cc..afe8b942 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 |
