Add @ayastreb wrap-up

This commit is contained in:
Frank Taillandier 2018-02-20 18:22:08 +01:00
parent bc2c0c4f80
commit 5868616810
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 4 additions and 1 deletions

View File

@ -95,8 +95,11 @@ In general, plugins you make will fall broadly into one of five categories:
5. [Hooks](#hooks) 5. [Hooks](#hooks)
See the bottom of the page for a [list of available plugins](#available-plugins). See the bottom of the page for a [list of available plugins](#available-plugins).
For further information on how to develop your own plugins, check out the [Liquid documentation](https://github.com/Shopify/liquid/wiki/Liquid-for-Programmers) as well. For further information on how to develop your own plugins, check out the [Liquid documentation](https://github.com/Shopify/liquid/wiki/Liquid-for-Programmers) as well.
If you never developed a Jekyll plugin [check this useful wrap-up](https://ayastreb.me/writing-a-jekyll-plugin/) by @ayastreb to get started.
## Generators ## Generators
You can create a generator when you need Jekyll to create additional content You can create a generator when you need Jekyll to create additional content
@ -879,7 +882,7 @@ You can find a few useful plugins at the following locations:
plugin to generate publication lists from [BibSonomy](https://www.bibsonomy.org/). plugin to generate publication lists from [BibSonomy](https://www.bibsonomy.org/).
- [github-cards](https://github.com/edward-shen/github-cards): Creates styleable Github cards for your Github projects. - [github-cards](https://github.com/edward-shen/github-cards): Creates styleable Github cards for your Github projects.
- [disqus-for-jekyll](https://github.com/kacperduras/disqus-for-jekyll): A Jekyll plugin to view the comments powered by Disqus. - [disqus-for-jekyll](https://github.com/kacperduras/disqus-for-jekyll): A Jekyll plugin to view the comments powered by Disqus.
- [jekyll-html](https://github.com/kacperduras/jekyll-html): A Jekyll plugin to use HTML tags in Jekyll pages, posts and collections. - [jekyll-html](https://github.com/kacperduras/jekyll-html): A Jekyll plugin to use HTML tags in Jekyll pages, posts and collections.
#### Collections #### Collections