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
Pat Hawks
00093b91fa
Add Jekyll-Smartify plugin
2015-03-14 17:11:29 -07:00
chrisfinazzo
b5a73373ff
Wrap lines
2015-03-11 20:17:23 -04:00
Parker Moore
dac2b17123
Fix link to @recurser's jekyll plugins. [ci skip]
2015-03-09 14:15:30 -07:00
Parker Moore
1100ca0782
Update link to sublime text plugin.
2015-03-07 17:27:17 -08:00
Fabian Tamp
c1562c8997
Improve consistency in site/_docs/plugins.md
...
Three plugin strategies are listed, but then only two were referenced in the following note. I've updated this doc so that all three are referenced.
2015-03-04 21:20:08 +00:00
Martin Jorn Rogalla
d79c0fc4dd
Replaced a picture element link with @parkr's suggestion.
...
Signed-off-by: Martin Jorn Rogalla <martin@martinrogalla.com>
2015-02-28 15:10:05 +01:00
Merlos
8186873e27
Updated plugins: added jekyll-auto-image generator
...
Added to the plugin list: jekyll-auto-image. A generator that makes available the first image of a post.
By installing the plugin you will be able to access the first image with {{ @page.image }}. This plugin is useful to Include an image on your list of posts or to set a twitter card for each post/page.
2015-02-21 03:17:32 +01:00
Anatol Broder
22759edf3e
Change the link
2015-02-14 14:50:35 +01:00
Ezmyrelda Andrade
4ce60741d9
Formatting adjustment
...
Deletion of a dash - between last entry of Tags and beginning of Collections.
2015-02-08 13:34:45 -08:00
Parker Moore
6a74c09185
Further fixes for htmlproofer.
2015-02-07 23:44:19 -08:00
Parker Moore
1fa428c6e4
Fix posts per htmlproofer.
2015-02-07 23:31:15 -08:00
Toddy69
fbb766becc
Correction of documentation
2015-02-08 05:55:03 +01:00
Ezmyrelda Andrade
18893b828b
Formatting change per request
2015-01-30 23:11:24 -08:00
Ezmyrelda Andrade
51d8d5e267
Liquid tag plugin addition.
2015-01-30 10:41:21 -08:00
DigitalSparky
b951696114
add jekyll-minifier
2015-01-21 12:38:45 +08:00
Parker Moore
c1da91cf5c
Start removing mentions of Textile.
2015-01-17 16:51:28 -08:00