Skip to content

Commit 1aa7760

Browse files
committedMar 12, 2018
gem changes
1 parent 72e2b89 commit 1aa7760

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ A Jekyll plugin that generates _pseudo-random_ data. Very useful when you want t
44

55
**The data is generated based on index, so that every time when you run `jekyll build`, the generated data is the same.**
66

7+
[![Gem Version](https://badge.fury.io/rb/jekyll-random.svg)](https://badge.fury.io/rb/jekyll-random)
8+
9+
710
## Installation
811

912
Simply download the `random.rb` file and place it in the `_plugins` directory of your Jekyll site.

‎lib/jekyll-random.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require "jekyll"
2+
13
module Jekyll
24
module RandomFilter
35

0 commit comments

Comments
 (0)