This is a collection of git submodules of jekyll plugin repositories. These submodules are used to build the index for jekyll-plugins.com.
To add a plugin, you simply need to fork this repo, add it as a submodule, and issue a pull request. The plugin must meet the guidelines for inclusion.
git submodule add YOUR_REPOSITIORY_HERE
- Repo must be hosted on github
- Must be a public repository - not a gist
- Plugin/Repo must not be named jekyll-plugin or jekyll-plugins
- Must contain an accurate description
- Must contain a readme file
Jekyll-plugins was inspired by kohana-modules