From a24c497ee2e03645ff7a031d8ce0a863a8e55e25 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 3 May 2021 10:04:49 +0100 Subject: various recommendations by shellcheck --- buetow.org.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'buetow.org.conf') 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 -- cgit v1.2.3