Articles rendering system

This commit is contained in:
Clément GOUIN
2019-06-20 13:49:44 +02:00
parent 69d05e3900
commit b7a2fd0740
7 changed files with 131 additions and 12 deletions
+9
View File
@@ -14,6 +14,7 @@
},
"article": {
"index": "index.md",
"template": "template.ejs",
"thumbnail_tag": "thumbnail",
"default_title": "Untitled",
"default_thumbnail": null
@@ -25,5 +26,13 @@
"webhook": {
"endpoint": "/webhook",
"secretFile": "git_secret"
},
"showdown": {
"parseImgDimensions": true,
"strikethrough": true,
"tables": true,
"tasklists": true,
"openLinksInNewWindow": true,
"emoji": true
}
}