Jekyll Commit Mentions
Github commit sha mention support for your Jekyll site
Usage
Add the following to your site's Gemfile
gem 'jekyll-commit-mentions'
And add the following to your site's _config.yml
gems:
- jekyll-commit-mentions
In any page or post, use commit SHA id as you would normally, e.g.
Refer to this commit a5c3785ed8d6a35868bc169f07e40e889087fd2e for more
details
This will be rendered as
Refer to this commit 087fd2e for more details
Configuration
Set the Github repo url:
jekyll-commit-mentions:
base_url: https://github.com/workato/jekyll-commit-mentions/commit
Or, you can use this shorthand:
jekyll-commit-mentions: https://github.com/workato/jekyll-commit-mentions/commit