Rework of some texts. Prepartions for implementation of the blog engine.

This commit is contained in:
Lucia Heidecker 2025-07-11 14:13:24 +02:00
parent 6cee78f004
commit 3b11c45ec5
15 changed files with 209 additions and 109 deletions

22
config.json Normal file
View file

@ -0,0 +1,22 @@
{
"folders": {
"entries_folder": "entry_data/",
"generated_folder": "blog/",
"templates": "templates/"
},
"date_time": {
"use_unix_time": false,
"exclusively_use_unix_time": false,
"date_ordering": "YMD",
"date_seperator": "-",
"show_time": false,
"time_format": "24h",
"show_seconds": false,
"displayed_timezone": null
},
"defaults": {
"author": null,
"date_time": null
}
}