summaryrefslogtreecommitdiff
path: root/buetow.org.conf
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 07:23:58 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit9e8f273e6e6ca85bcfbad1219ae1d9ef1acf7ad9 (patch)
treec30fadf49214ca895b639cc7e9f2dd42f79128df /buetow.org.conf
parent762dc3a1a1c7ef049aec528a5e8b8251ac9bc7b5 (diff)
refactor
Diffstat (limited to 'buetow.org.conf')
-rw-r--r--buetow.org.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/buetow.org.conf b/buetow.org.conf
new file mode 100644
index 0000000..ba65a8c
--- /dev/null
+++ b/buetow.org.conf
@@ -0,0 +1,5 @@
+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)$'