Commit Graph

98 Commits

Author SHA1 Message Date
Vincent Wochnik 6f794ae320 Add jekyll-autoprefixer plugin 2016-04-16 14:48:35 +02:00
Krzysztof Jurewicz 499339548d Add jekyll-i18n_tags plugin 2016-04-09 13:56:55 +02:00
Alex Wood 7040448b75 Add entry linking to the Hawkins plugin. 2016-04-04 16:23:30 -04:00
Parker Moore 84b7d9b3ac
Add Hook for :site :after_init 2016-03-23 13:14:08 -07:00
Krzysztof Jurewicz 8786163f35 Add jekyll-paspagon plugin 2016-03-23 10:00:13 +01:00
Eugênio Cabral 928faed7c7 Add jekyll-video-embed 2016-03-01 17:18:08 -03:00
chrisfinazzo cfb4a848b4 Use HTTPS 2016-02-22 22:17:02 -05:00
toshi 4cb7079601 Add jekyll-tagging-related_posts plugin 2016-02-16 00:33:28 +09:00
Juuso Mikkonen bbdbcefbbb Added amp-jekyll plugin to plugins docs 2016-02-13 20:16:09 +02:00
Parker Moore 6d27a1c660 Merge pull request #4465 from chrisfinazzo/remove-broken-plugin-link
Remove broken link
2016-02-03 10:11:13 -08:00
chrisfinazzo 1671c98975 Remove broken link 2016-02-03 12:45:18 -05:00
Nicolas Hoizey aa284d90cc Add hooks to the plugin categories toc 2016-02-03 16:39:20 +01:00
toshi 183ea08de6 Add jekyll-toc plugin 2016-01-31 00:47:06 +09:00
John Perry 96b80b1a72 Minor spelling error 2016-01-23 23:27:17 -07:00
David Litvak Bruno 442074fdb1 Add Contentful Extension to Plugins 2016-01-22 13:29:31 -03:00
Liam Bowers f44a9cf401 Added the Wordpress2Jekyll Wordpress plugin 2016-01-20 12:25:29 +00:00
Peter Suschlik b1a2115948 Fix spelling of GitHub in docs and history
* Github -> GitHub
* GitHub pages -> GitHub Pages
2016-01-06 17:21:09 +01:00
Pat Hawks bf4bfcf4f0
Add link to jekyll-commonmark 2015-12-29 18:02:59 -08:00
Joseph Wynn 95b05cd0c5 Add jekyll-responsive_image to plugins list
[jekyll-responsive_image](https://github.com/wildlyinaccurate/jekyll-responsive-image) has been gaining popularity recently. I thought it would be worth adding it to the documentation.
2015-12-26 18:38:32 +00:00
midnightSuyama 37517c9a39 Add jekyll-paginate-category to plugins.md 2015-12-20 03:02:24 +09:00
Jordon Bedwell c227530300 Merge pull request #4154 from napcae/patch-1
Update Plugin Docs
2015-11-24 20:49:11 -06:00
Chi Trung Nguyen 43cfad250e Update Plugin Docs
according to #4126
2015-11-25 02:51:13 +01:00
Vincent Wochnik 6739072fb2 Update plugins.md
Add `jekyll-deploy` plugin.
2015-11-24 22:39:07 +01:00
Vincent Wochnik 2c04321d5a Update plugins.md
I have written a liquid filter to make email protection for static websites easy. This plugin contains the `protect_email` filter which encodes email addresses similar to the way GitHub does for the user profiles.
2015-11-20 01:55:39 +01:00
Paul Robert Lloyd 0ef5ab352d Add jekyll-figure to plugin directory 2015-11-19 00:48:51 +00:00
Paul Robert Lloyd a729a1f086 Add jekyll-typogrify to plugin directory 2015-11-19 00:47:03 +00:00
Paul Robert Lloyd a95e5f16f0 Add jekyll-roman to plugin directory 2015-11-19 00:44:49 +00:00
Vincent Wochnik 45b40782db Add jekyll-language-plugin to plugins.md
I have created a Jekyll 3.0-compatible plugin for multilingual websites which is capable of creating multiple translations for one page or post. Beware that this plugin extends the `PageReader` and `PostReader` as well as `Page` and `Document` classes.
2015-11-13 16:48:46 +01:00
Lawrence Murray 61c8ab662b Update plugins.md. Added Jekyll Flickr Plugin. 2015-11-04 23:33:18 +00:00
Will Norris 1bfe5a6f95 align hooks documentation and implementation
- add site post_render hook, which was documented but wasn't being
  called
- define documents post_init hook, which was documented but caused an
  error when called (fixes #4102)
- add docs for site post_read hook, which was being called but wasn't
  documented
- fix container name in example: s/post/posts/
2015-11-03 07:47:32 -08:00
Parker Moore 86ea57ba58 Remove 'unreleased' notes. 2015-10-26 21:12:59 -07:00
Parker Moore b89f943bf2 collections: posts as collection 2015-10-26 00:29:14 -07:00
Anton 3eb25217ce Added installation instructions for 2 of the 3 options for plugins.
Fixes #4013.
2015-10-11 14:36:11 -07:00
takuti 30d82aff5d Update plugins.md 2015-10-08 22:31:15 +09:00
Arne Gockeln b02ae4fad1 Update plugins.md
Added a link to a new generator plugin for replacing german umlauts with html
2015-09-09 14:43:54 +02:00
Neil Faccly d18d1bc43b Jekyll views router plugin 2015-08-30 21:10:27 +05:00
Dominik 12fc4c5ef4 update plugins.md 2015-08-24 14:13:03 +02:00
Veres Lajos aecfe4c160 typofix in site/_docs/plugins.md 2015-08-08 21:27:03 +01:00
Shannon 432ff579d9 Add Jekyll Portfolio Generator to list of plugins 2015-08-01 13:47:45 -05:00
Matthias Nuessler bbd32980a1 Add asciinema liquid tag plugin 2015-05-31 14:45:49 +02:00
Parker Moore ce9fcfaebb Merge pull request #3553 from stevecrozz/jekyll-hooks
Merge pull request 3553
2015-05-09 23:58:46 -07:00
Dimitri König 46895b46a6 Added remote_file_content tag plugin 2015-05-09 17:14:20 +02:00
Stephen Crosby 736e6a78f1 address code review feedback from #3553
- change site:reset to site:after_reset
- raise an exception when registering uncallable hook
- set default hook priority at the public API level
2015-05-02 15:56:19 -07:00
Stephen Crosby 245d9677d7 Refine hook implementation
- hooks are registered to symbol owners rather than classes directly
- during registration, add the ability to specify owner as an array to
  register the same hook to multiple owners
- add optional priority during registration as a symbol (:low, :normal,
  :high)
- implement hooks for collections as they are in octopress-hooks, aside
  from post_init
2015-05-01 19:00:37 -07:00
Stephen Crosby 6ca9633354 prototype of jekyll hooks, encapsulated 2015-05-01 14:35:15 -07:00
Matt Sheehan 786f6e1985 Add "Typescript Generator by Matt Sheehan" to the list of third-party plugins. 2015-04-28 12:53:17 -07:00
Parker Moore 5a702bfe13 Merge pull request #3586 from x43x61x69/patch-1
Merge pull request 3586
2015-03-23 19:37:11 -07:00
Pat Hawks b647037643
Added "liquid-md5" plugin 2015-03-20 07:40:53 -07:00
Cai⚡️ 06c4b42a5a Add new "Tag" - jekyll-files. 2015-03-18 08:35:40 +08:00
Parker Moore 29853ab46d Merge pull request #3567 from chrisfinazzo/grammar
Wrap lines
2015-03-14 18:43:24 -07:00