From 6f28e83f5d8924354a66b69241cb61a7b3162721 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 11 Nov 2023 16:55:59 -0500 Subject: dmt: Add main page layout Signed-off-by: Malfurious --- dmt/config.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dmt/config.sh') diff --git a/dmt/config.sh b/dmt/config.sh index a19e14f..aa8a9c4 100644 --- a/dmt/config.sh +++ b/dmt/config.sh @@ -1,2 +1,5 @@ +# Title/heading to use for the web interface +CYCHE_SITE_NAME="cychedelic" + # Number of lines of text to show per job on the main page CYCHE_LOG_TAIL_LENGTH=25 -- cgit v1.2.3