Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean dark documentation theme for Jekyll with client-side search and syntax highlighting.
Millidocs Dark is a Jekyll documentation theme that generates a dark, responsive static documentation site with client-side full-text search and syntax highlighting.
Millidocs Dark is a dark-themed documentation template for Jekyll, derived from Alexander Heimbuch's Millidocs. It takes Jekyll pages written in Markdown with YAML front matter and produces a static documentation website. The theme bundles PrismJS for syntax highlighting and LunrJS for client-side full-text search, and it has zero gem dependencies beyond Jekyll itself. The repository is maintained by flancast90 and released under the MIT License.
remote_theme: flancast90/millidocs-dark in your _config.yml.navigation front matter attribute (index starting at 1).default and page layouts; it does not support Jekyll posts.Installation follows the standard Jekyll theme workflow: add gem "millidocs-dark" to your Gemfile, set theme: millidocs-dark in _config.yml, and run bundle. For GitHub Pages, set remote_theme: flancast90/millidocs-dark instead. After adding pages with YAML front matter (including an optional navigation number), run bundle exec jekyll serve to preview locally at http://localhost:4000.
Yes, Millidocs Dark is open source and released under the MIT License, so you can use, modify, and distribute it freely.
No, the theme is designed for pages only and does not support Jekyll posts by default. The available layouts are default and page.
Add a navigation attribute with an index number to the page's YAML front matter. The first item starts at 1, and only one level of navigation is supported.
Yes, using the remote_theme: flancast90/millidocs-dark setting in your _config.yml lets you deploy the theme on GitHub Pages without building locally.
It uses LunrJS, a client-side search library, so users can search your documentation directly in the browser without any server-side processing.
