file_walker.js detect articles in data file tree

This commit is contained in:
Clément GOUIN
2019-06-19 16:27:49 +02:00
parent 15761551e7
commit 20b4d0353f
8 changed files with 227 additions and 8 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"node_port": 3000,
"data_dir": "data",
"modules" : {
"plantuml" : false,
"rss": true,
"webhook": true
},
"home" : {
"index" : "index.ejs"
},
"article" : {
"index" : "index.md"
},
"rss" : {
"endpoint" : "/rss",
"length" : 10
},
"webhook" : {
"endpoint": "/webhook",
"secretFile": "git_secret"
}
}