lifeblood
lifeblood is a hyperfocused Jekyll theme for documentation – clean, customizable, cutesy.
it’s designed as the theme for victus’ documentation, while being available for all to use.
quick start
if your site is hosted on GitHub Pages, you can add lifeblood to your site’s _config.yml as a remote theme:
remote_theme: sporeball/lifeblood
gem-based theme
alternatively, you can install lifeblood as a gem-based theme.
- add the gem to your
Gemfile:gem "lifeblood" - change the
themeparameter in your_config.yml:theme: lifeblood - use Bundler’s
bundlecommand to update all bundled gems.
configuration
you’ll want to use your pages’ front matter to determine how your site’s navigation will appear.
also of note are the various customization options available, including both CSS and site variables.
acknowledgements
lifeblood is heavily inspired by the Just the Docs theme by Patrick Marsceill.
it also borrows some ideas from Water.css by Kognise.
the nav icon and site favicon are taken from the Feather icon set by Cole Bemis.