Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fukata/jekyll-git-history

Show git history of jekyll post
https://github.com/fukata/jekyll-git-history

Last synced: 29 days ago
JSON representation

Show git history of jekyll post

Awesome Lists containing this project

README

        

# Jekyll Git History

This Jekyll plugin displays git histories.

## Installation

Add this line to your Gemfile:

```ruby
group :jekyll_plugins do
gem "jekyll-git-history"
end
```

And then execute:

$ bundle

Alternatively install the gem yourself as:

$ gem install jekyll-git-history

and put this in your ``_config.yml``

```yaml
git_history:
repo: 'YOUR GITHUB REPO ex) fukata/www.fukata.dev'
plugins: [jekyll-git-history]
# This will require each of these gems automatically.
```

## Usage

```
{% git_history %}
```