Repository is archived
No commit activity in last 3 years
No release in over 3 years
Github commit sha mention support for your jekyll site
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

~> 2.0
<= 1.6.5, >= 1.4
 Project Readme

Jekyll Commit Mentions

Github commit sha mention support for your Jekyll site

Gem Version Build Status

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