file walker now read title and thumbnail infos

This commit is contained in:
Klemek
2019-06-19 19:41:29 +02:00
parent 1c30f95677
commit 9300bfbb78
5 changed files with 169 additions and 51 deletions
+4 -1
View File
@@ -10,7 +10,10 @@
"index" : "index.ejs"
},
"article" : {
"index" : "index.md"
"index" : "index.md",
"thumbnail_tag" : "thumbnail",
"default_title": "Untitled",
"default_thumbnail" : null
},
"rss" : {
"endpoint" : "/rss",