23 lines
440 B
JSON
23 lines
440 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
|
||
|
}
|