Bootie Docs
Bootie Docs is a simple hugo theme for documentation.
The name “bootie” comes from Bootstrap CSS.
You can see demo and full documentation at http://key-amb.github.io/bootie-docs-demo/ .
CONTENTS
QUICKSTART
hugo new _index.md
- Edit
content/_index.md
Then the content appears on top page.
OPTIONS
You can customize the menu items in the header navigation bar by configuring params.mainMenu
in your config.toml (or config.yaml).
# example of config.toml
[params]
mainMenu = ["about", "usage"]
All other options and usages are described at the documentation site – http://key-amb.github.io/bootie-docs-demo/ .
LIMITATION
Because Bootie Docs is developed for documentation, it lacks many blog-type facilities such as RSS feeds, pagination of posts and so on.
DEPENDENCIES
Bootie Docs includes following libraries:
- Bootstrap v3.3.4 … Well-known CSS framework.
- jQuery v1.11.2 … Requried by Bootstrap.
- highlight.js v8.5 … For syntax highlighting.
LICENSE
Copyright © 2015 YASUTAKE Kiyoshi.
Released under the MIT License.