diff options
author | Malfurious <m@lfurio.us> | 2023-11-11 16:55:59 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-11-15 23:11:08 -0500 |
commit | 6f28e83f5d8924354a66b69241cb61a7b3162721 (patch) | |
tree | bd106e12946061b3362bf7ef166faac17bc6a899 /dmt/config.sh | |
parent | 53607a71cf8a366402e43808e906f7055f64f2b4 (diff) | |
download | cychedelic-6f28e83f5d8924354a66b69241cb61a7b3162721.tar.gz cychedelic-6f28e83f5d8924354a66b69241cb61a7b3162721.zip |
dmt: Add main page layout
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'dmt/config.sh')
-rw-r--r-- | dmt/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |