0.1.0 • Published 3 years ago

honkit-plugin-page-freshness v0.1.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
3 years ago

honkit-plugin-page-freshness

img

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."
        }
    }
}