This is a Jekyll theme based on mistic100's modification of the official Bootstrap documentation from a few years back.
Jekyll Docs Theme is provided as a theme for writing documentation for your projects instead of having a single large README file or several markdown files stored in a not so user-friendly manner.
This theme is still in development but is kept fairly stable; just note, there are a lot things yet to come.
Fork this project
-or-
Add this line to your Jekyll site's Gemfile:
gem "jekyll-docs-theme"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-docs-theme
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-docs-theme
To set up your environment to develop this theme, run bundle install
.
To develop on this theme, run bundle exec jekyll serve
and open your browser at http://localhost:4000
.
The theme is available as open source under the terms of the MIT License.