Implemented blog engine and improved templates
This commit is contained in:
parent
2f2b9b4f21
commit
363bd23954
27 changed files with 1310 additions and 788 deletions
29
configs/cgbe.json
Normal file
29
configs/cgbe.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"paths": {
|
||||
"entries_folder": "assets/entry_data/",
|
||||
"templates_folder": "templates/",
|
||||
"templates": {
|
||||
"blog_entry": "blog_entry.html",
|
||||
"overview": "blog.html",
|
||||
"tag_overview": "tag_overview.html"
|
||||
},
|
||||
"generated_folder": "",
|
||||
"generated": {
|
||||
"overview": "blog.html"
|
||||
}
|
||||
},
|
||||
"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