jekyll_quick_man

By GSI

This Jekyll plugin generates links to man pages on the internet and automatically fills the anchor title with the man page’s description.

To install, add this to your Gemfile:

gem "jekyll_quick_man"

and run bundle install. To use, run Jekyll with bundle exec preceding it:

$ bundle exec jekyll build
$ bundle exec jekyll serve

Source code