update plugins documentation
you have to install gem files for plugins for them in order to work
This commit is contained in:
		
							parent
							
								
									9f4d4bbae0
								
							
						
					
					
						commit
						464d4b0254
					
				|  | @ -29,7 +29,7 @@ You have 3 options for installing plugins: | ||||||
| here. Any file ending in `*.rb` inside this directory will be loaded before | here. Any file ending in `*.rb` inside this directory will be loaded before | ||||||
| Jekyll generates your site. | Jekyll generates your site. | ||||||
| 2. In your `_config.yml` file, add a new array with the key `gems` and the | 2. In your `_config.yml` file, add a new array with the key `gems` and the | ||||||
| values of the gem names of the plugins you'd like to use. An example: | values of the gem names of the plugins you'd like to use. Don't foreget to install your plugins using `gem install my-jekyll-plugin` prior running jekyll. An example: | ||||||
| 
 | 
 | ||||||
|         gems: [jekyll-test-plugin, jekyll-jsonify, jekyll-assets] |         gems: [jekyll-test-plugin, jekyll-jsonify, jekyll-assets] | ||||||
|         # This will require each of these gems automatically. |         # This will require each of these gems automatically. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue