gitbook-plugin-custom-footer
v1.0.3
Published
add footer to gitbook projects
Downloads
41
Readme
Custom Footer for Gitbook
Super simple pluging to add footer to gitbooks
Add to book.json
add to book.json
{
"plugins": [
"footer"
],
"pluginsConfig": {
"layout": {
"footerPath" : "layouts/footer.html"
}
}
}
Install dependencies
gitbook install
Note
forked from gitbook-plugin-footer