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
Due to the way things are done internally in Jekyll and the limitation of my plugin, the shared source directory must be one directory down from the source path. Your directory structure should look like the following:
85
80
@@ -131,11 +126,11 @@ Take care to notice you still need a symbolic link for `_plugins` to work correc
131
126
132
127
Things to note:
133
128
134
-
#Due to a bug, you still need to symbolic link `_plugins` from your base to the site source
135
-
#Watching and dynamic updating of changed to the `_shared` directory doesn't currently work
136
-
#`_shared` must be one directory below (../) the source for each website.
137
-
#If you have something in both the site source and the shared source, the shared will overwrite what is in the site source
138
-
#I had to monkey patch the pagination plugin to work with this setup. You may have to adjust other plugins for multi-site support
139
-
#The shared output is actually generated in `_site` and moved after generation is complete
140
-
#This entire plugin is very hacky and does some interesting stuff under the hood to get multi-site working.
141
-
#Only tested on Jekyll 3.0.1. Other versions will most likely not work.
129
+
* Due to a bug, you still need to symbolic link `_plugins` from your base to the site source
130
+
* Watching and dynamic updating of changed to the `_shared` directory doesn't currently work
131
+
*`_shared` must be one directory below (../) the source for each website.
132
+
* If you have something in both the site source and the shared source, the shared will overwrite what is in the site source
133
+
* I had to monkey patch the pagination plugin to work with this setup. You may have to adjust other plugins for multi-site support
134
+
* The shared output is actually generated in `_site` and moved after generation is complete
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