A simple documentation theme for Jekyll.
The Millidocs Theme is a simple documentation theme for Jekyll that features the Milligram CSS framework, PrismJS syntax highlighter, and LunrJS search. The theme is designed to be responsive and includes a full-text client-side search feature. It does not have any dependencies with other gems and can be easily built with GitHub.
To install the Millidocs Theme, follow these steps:
Add the following line to your Jekyll site’s Gemfile:
gem 'millidocs-theme'
Adapt your Jekyll site config in the _config.yml file:
theme: millidocs-theme
Execute the following command to install the theme:
bundle install
Alternatively, you can install the theme directly by running the following command:
gem install millidocs-theme
The Millidocs Theme is a simple and lightweight documentation theme for Jekyll. It includes features such as a full-text client-side search and responsiveness. The theme is easy to install and use, and it has no dependencies on other gems. It is built with the Milligram CSS framework for a minimalist and stylish design. The theme is available as open source under the MIT License.