From caa30dd45d3ae76405a7f4ecc9641521c1fb8895 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Mon, 16 Mar 2026 11:14:21 +0100 Subject: initial --- config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 config (limited to 'config') diff --git a/config b/config new file mode 100755 index 0000000..07a5ed7 --- /dev/null +++ b/config @@ -0,0 +1,23 @@ +#!/bin/sh -eu + +TITLE=JHHM + +BIN_DIR=bin +DIR_CONTENT=content +DIR_STATIC=static +DIR_BUILD=public +DIR_TEMP=templates + +DIR_WRITINGS="$DIR_CONTENT"/writings +DIR_WRITINGS_DST="$DIR_BUILD"/writings + +TEMP_PAGE="$DIR_TEMP"/page.html +TEMP_HEAD="$DIR_TEMP"/header.html +TEMP_FOOT="$DIR_TEMP"/footer.html + +STYLESHEET="$DIR_STATIC"/style.css + +EXT_WRITINGS="md" + +export PATH="$PWD/bin:$PATH" + -- cgit v1.2.3