blob: d771517883292e35a71c637ff9e4dd9f6fe980ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Alternate config for my other domain
declare -xr DOMAIN=paul.buetow.org
declare -xr SUBTITLE="Paul Buetow's contact information"
declare -xr AUTHOR='Paul Buetow'
declare -xr EMAIL='paul@nospam.buetow.org'
declare -x MASTODON_URI='https://fosstodon.org/@snonux'
declare -xr IMAGE_PATTERN='\.(jpg|png|gif)$'
declare -xr ATOM_MAX_ENTRIES=42
declare -xr CONTENT_BASE_DIR=../paul.buetow.org-content
declare -xr HTML_THEME_DIR=./extras/html/themes/simple
declare -xr POST_PUBLISH_HOOK=./post_publish_hook.sh
|