5.0.0 • Published 8 years ago

tinydoc-theme-gitbooks v5.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

tinydoc-theme-gitbooks

A theme plugin after gitbooks.io.

A screenshot:

a screenshot showing the theme

Or a demo, if you're lucky and it's still running: http://lua-cliargs.netlify.com/

Usage

npm install --save tinydoc-theme-gitbooks

And in your tinydoc.conf.js:

exports.plugins = [
  require('tinydoc-theme-gitbooks')()
];

// you should probably turn on the collapsible sidebar setting:
exports.collapsibleSidebar = true;

// and restrict the sidebar resizing:
exports.resizableSidebar = false;

That's it!