Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme for documentation sites, built on Bootstrap with syntax highlighting.
Bootie Docs is a minimal Hugo theme for static documentation sites, built on Bootstrap and designed for project manuals, API references, and knowledge bases.
Bootie Docs is an open-source Hugo theme created by IKEDA Kiyoshi for building documentation websites. It takes Markdown content written for the Hugo static site generator and outputs a static HTML site styled with Bootstrap. The name "bootie" is a play on Bootstrap, the CSS framework it depends on, and the theme is released under the MIT License.
Bootie Docs packs the essentials for a documentation theme into a small Hugo setup.
hugo new _index.md and editing content/_index.md puts content on the top page with minimal setup.Bootie Docs is aimed at developers and technical writers who need a no-frills documentation site without the overhead of a full blog theme. Open-source maintainers can use it to publish API docs and contribution guides directly from a Hugo project. Engineering teams can deploy it as an internal knowledge base for product documentation. Users who want a clean, Bootstrap-based layout and are comfortable editing Hugo config files will find it straightforward.
With Bootie Docs you can turn Markdown documentation into a clean static site quickly.
Bootie Docs is built specifically for documentation and therefore omits typical blog features such as RSS feeds and pagination of posts. Nested menu items are not supported, so navigation must stay flat. These limitations are intentional per the theme's documentation.
The theme bundles three libraries: Bootstrap v3.3.7 for layout, jQuery v3.2.1 as a Bootstrap dependency, and highlight.js v9.12.0 for syntax highlighting. All are included with the theme.
Bootie Docs is released under the MIT License, and is copyright (C) 2015-2017 IKEDA Kiyoshi.
Yes, Bootie Docs is released under the MIT License, so you can use, modify, and redistribute it freely, including for commercial projects.
No, nested menus are not supported. Navigation is limited to a flat list of items defined through menu.main in your Hugo configuration.
No, because it is designed for documentation, it intentionally lacks blog-type facilities such as RSS feeds and pagination of posts.
Bootie Docs bundles Bootstrap v3.3.7, jQuery v3.2.1, and highlight.js v9.12.0. jQuery is required by Bootstrap's JavaScript.
