file extension option in config to allow for usage on a html server

This commit is contained in:
deadvey 2025-03-31 16:09:34 +01:00
parent ecc41e86cd
commit 8c1ea36acf

View File

@ -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"