You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
# Jekyll-Random
2
2
3
-
Jekyll plugin that generates pseudo-random data. Very useful when you want to generate a large amount of random data.
3
+
A Jekyll plugin that generates _pseudo-random_ data. Very useful when you want to generate a large amount of random data. The plugin is prepared to work with other Jekyll plugins like `jekyll-timeago` or `jekyll-humanize`.
4
4
5
-
The data is generated based on index, so that every time when you run `jekyll build`, the generated data is the same.
6
-
7
-
The plugin is prepared to work with other Jekyll plugins like `jekyll-timeago` or `jekyll-humanize`.
5
+
**The data is generated based on index, so that every time when you run `jekyll build`, the generated data is the same.**
0 commit comments