file extension option in config to allow for usage on a html server
This commit is contained in:
parent
ecc41e86cd
commit
8c1ea36acf
@ -4,6 +4,7 @@ webroot = "/path/to/root"
|
|||||||
date_format = "%d/%m/%Y at %H:%M" # The date that is displayed on the page
|
date_format = "%d/%m/%Y at %H:%M" # The date that is displayed on the page
|
||||||
post_seperator = "---------------------------------------------"
|
post_seperator = "---------------------------------------------"
|
||||||
posts_in_timeline = 100
|
posts_in_timeline = 100
|
||||||
|
file_extension = "gmi" # Could also be .html, .md, .txt or any other file extension
|
||||||
|
|
||||||
### Logging ###
|
### Logging ###
|
||||||
logfile = "/path/to/logfile"
|
logfile = "/path/to/logfile"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user