Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Bandwidth/gitbook-plugin-custom-footer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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