honkit-plugin-page-freshness
v0.1.0
Published
Automatically adding author and timestamp and page freshness.
Downloads
75
Maintainers
Readme
honkit-plugin-page-freshness
book.json
{
"plugins": ["page-freshness"]
"pluginsConfig": {
"page-freshness":{
"position": "top",
"modifyTpl": "Last modified by {user} {timeStamp}",
"createTpl": "Created by {user} {timeStamp}",
"timeStampFormat": "YYYY-MM-DD HH:mm:ss",
"bestBeforeUnit":"days",
"bestBefore":"180",
"noticeTpl":"More than {passed} days have passed since last update."
}
}
}