Skip to content

Commit 1291aa0

Browse files
committed
Release new Gem 0.4
Signed-off-by: Sven Strickroth <[email protected]>
1 parent 4334958 commit 1291aa0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Jekyll doesn't support multiple sites by default. If you want to have multiple s
88
Dependencies
99
--------
1010

11-
* jekyll v3.0.1
11+
* jekyll
1212

1313
Installation
1414
------------
@@ -133,4 +133,3 @@ Things to note:
133133
* I had to monkey patch the pagination plugin to work with this setup. This gem auto-detects if you have jekyll-pagination and applies the patch if needed. You may have to adjust other plugins for multi-site support
134134
* The shared output is actually generated in `_site` and moved after generation is complete
135135
* This entire plugin is very hacky and does some interesting stuff under the hood to get multi-site working.
136-
* Only tested on Jekyll 3.0.1. Other versions will most likely not work.

jekyll-multisite.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'jekyll-multisite'
4-
s.version = '0.3'
5-
s.date = '2015-12-14'
4+
s.version = '0.4'
5+
s.date = '2020-05-01'
66
s.summary = 'jekyll-multisite'
77
s.description = 'Plugin for multi-site Jekyll configurations'
88
s.authors = ['Sven Strickroth', 'Sumit Khanna']

0 commit comments

Comments
 (0)