Rework of some texts. Prepartions for implementation of the blog engine.
This commit is contained in:
parent
6cee78f004
commit
3b11c45ec5
15 changed files with 209 additions and 109 deletions
22
config.json
Normal file
22
config.json
Normal 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
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue