From 8c1ea36acfe79f9524e9c4e05b6cf711799b0854 Mon Sep 17 00:00:00 2001 From: deadvey Date: Mon, 31 Mar 2025 16:09:34 +0100 Subject: [PATCH] file extension option in config to allow for usage on a html server --- example.config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/example.config.py b/example.config.py index d46357a..7bb9008 100755 --- a/example.config.py +++ b/example.config.py @@ -4,6 +4,7 @@ webroot = "/path/to/root" date_format = "%d/%m/%Y at %H:%M" # The date that is displayed on the page post_seperator = "---------------------------------------------" posts_in_timeline = 100 +file_extension = "gmi" # Could also be .html, .md, .txt or any other file extension ### Logging ### logfile = "/path/to/logfile"