Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fukata/jekyll-git-history
- Owner: fukata
- License: mit
- Created: 2020-12-07T00:50:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T02:27:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T12:33:00.175Z (about 1 month ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 %}
```