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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Jekyll doesn't support multiple sites by default. If you want to have multiple s
8
8
Dependencies
9
9
--------
10
10
11
-
* jekyll v3.0.1
11
+
* jekyll
12
12
13
13
Installation
14
14
------------
@@ -133,4 +133,3 @@ Things to note:
133
133
* 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
134
134
* The shared output is actually generated in `_site` and moved after generation is complete
135
135
* 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.
0 commit comments