All Projects → progrhyme → Hugo Theme Bootie Docs

progrhyme / Hugo Theme Bootie Docs

Licence: mit
A simple Hugo theme for documentation

Projects that are alternatives of or similar to Hugo Theme Bootie Docs

twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (+6.67%)
Mutual labels:  static-site-generator, hugo-theme, hugo
hugo-minimalist-theme
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.
Stars: ✭ 25 (-44.44%)
Mutual labels:  static-site-generator, hugo-theme, hugo
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+326.67%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugo Agency Theme
Port of Startbootstrap's Agency theme to Hugo
Stars: ✭ 155 (+244.44%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+13440%)
Mutual labels:  static-site-generator, hugo, hugo-theme
Hugo theme pickles
Modern, Simple and beautiful Hugo theme
Stars: ✭ 168 (+273.33%)
Mutual labels:  static-site-generator, hugo, hugo-theme
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+173.33%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (+97.78%)
Mutual labels:  static-site-generator, hugo, hugo-theme
forty
Forty theme - Hugo theme ported from HTML5UP origrinal theme called Forty.
Stars: ✭ 116 (+157.78%)
Mutual labels:  static-site-generator, hugo-theme, hugo
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (+46.67%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Harbor
Simple and minimal personal blog theme.
Stars: ✭ 120 (+166.67%)
Mutual labels:  static-site-generator, hugo, hugo-theme
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-24.44%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugothemes
A curated directory of Hugo themes
Stars: ✭ 1,571 (+3391.11%)
Mutual labels:  static-site-generator, hugo, hugo-theme
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+15213.33%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+2953.33%)
Mutual labels:  static-site-generator, hugo, hugo-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-28.89%)
Mutual labels:  static-site-generator, hugo-theme, hugo
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (+53.33%)
Mutual labels:  static-site-generator, hugo, hugo-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+195.56%)
Mutual labels:  static-site-generator, hugo-theme, hugo
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+28.89%)
Mutual labels:  static-site-generator, hugo-theme, hugo
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+31.11%)
Mutual labels:  static-site-generator, hugo-theme, hugo

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://progrhyme.github.io/bootie-docs-demo/ .

CONTENTS

QUICKSTART

  1. hugo new _index.md
  2. Edit content/_index.md

Then the content appears on top page.

MENUS

You can customize the menu items in the header navigation bar by configuring menu.main in your config.toml (or config.yaml) supported by Hugo's Menu System.

# example of config.toml
[params]
  highlightStyle = "github"

[[menu.main]]
  name   = "Usage"
  url    = "/usage/"
  weight = 10

[[menu.main]]
  name   = "News"
  url    = "/categories/news/"
  weight = 20

NOTE:

  • Nested menus are not supported.

OPTIONS

All other options and usages for Bootie Docs are described at the documentation site -- http://progrhyme.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.7 ... Well-known CSS framework.
  • jQuery v3.2.1 ... Requried by Bootstrap.
  • highlight.js v9.12.0 ... For syntax highlighting.

LICENSE

Copyright (C) 2015-2017 IKEDA Kiyoshi.
Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].