Hugo Theme Bootie Docs

A simple Hugo theme with Bootstrap for documentation

Bootie Docs

Bootie Docs is a simple hugo theme for documentation.
The name “bootie” comes from Bootstrap CSS.

Bootie Docs screenshot

You can see demo and full documentation at http://key-amb.github.io/bootie-docs-demo/ .

CONTENTS

QUICKSTART

  1. hugo new _index.md
  2. 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:

LICENSE

Copyright © 2015 YASUTAKE Kiyoshi.
Released under the MIT License.