jekyll/site/_docs
Thomas Wood 66c4ff8800 Add a where_exp filter for filtering by expression
This commit introduces a where_exp filter, which can be used as follows:
  `{{ array | where_exp: "item", "item == 10" }}`
  `{{ array | where_exp: "item", "item.field > 10" }}`
  `{{ site.posts | where_exp: "post", "post contains 'field'" }}`
  `{{ site.posts | where_exp: "post", "post.array contains 'giraffes'" }}`

This permits a variety of use cases, such as reported in: jekyll#4467,
jekyll#4385, jekyll#2787.
2016-04-12 18:52:58 +01:00
..
upgrading Subdirectories of _posts are no longer categories 2016-03-05 10:59:54 +00:00
assets.md Updating assets documentation 2016-03-24 09:52:16 -04:00
collections.md Updates documentation for collections 2016-04-07 20:28:16 -04:00
conduct.md Rakefile: siteify_file should allow overrides from task [ci skip] 2016-03-10 10:21:15 -06:00
configuration.md replace with @parkr suggestion 2016-03-19 18:22:35 +01:00
continuous-integration.md Set protocol of jekyllrb.com to HTTPS 2016-04-03 10:28:09 +02:00
contributing.md Fix history for #4693 & its cherry-pick into master which doesn't need a history line 2016-04-12 13:40:24 -04:00
datafiles.md Made statement about data file format more explicit 2016-04-10 09:53:50 -07:00
deployment-methods.md Adding Aerobatic to list of deployment options 2016-03-02 15:04:15 -08:00
drafts.md Wrap lines 2015-03-11 20:17:23 -04:00
extras.md Fix link issues in the site found by HTML Proofer. 2016-03-01 19:43:22 -08:00
frontmatter.md Use HTTPS 2016-02-22 22:17:02 -05:00
github-pages.md Feedback from @parkr 2016-02-23 11:20:32 -05:00
history.md refresh contributing doc 2016-03-10 10:09:53 -06:00
index.md Use HTTPS 2016-02-22 22:17:02 -05:00
installation.md Use HTTPS 2016-02-22 22:17:02 -05:00
migrations.md Use HTTPS 2016-02-22 22:17:02 -05:00
pages.md Use HTTPS 2016-02-22 22:17:02 -05:00
pagination.md Update pagination docs to reflect removal of pagination as runtime dep. 2015-11-20 10:51:16 -08:00
permalinks.md site: fix :hour, :minute, :second permalink keys to refer to date front matter value 2016-01-11 13:37:27 -08:00
plugins.md Add jekyll-i18n_tags plugin 2016-04-09 13:56:55 +02:00
posts.md Use HTTPS 2016-02-22 22:17:02 -05:00
quickstart.md Docs: Quickstart - removed alternatively 2016-02-01 10:22:31 -05:00
resources.md Use the correct URL, Fixes #4698 2016-03-22 17:48:57 -04:00
sites.md Removed Leonard Lamprecht's website 2016-04-08 14:19:51 +05:30
static_files.md static files mtime liquid should return a Time obj 2015-04-14 11:52:25 -07:00
structure.md Update structure.md 2016-02-15 00:39:53 -05:00
templates.md Add a where_exp filter for filtering by expression 2016-04-12 18:52:58 +01:00
troubleshooting.md Additional repo needed for Fedora 23 Workspace 2016-03-20 05:53:13 -04:00
upgrading.md Add upgrading docs from 2.x to 3.x 2015-11-18 08:50:49 -08:00
usage.md Remove brackets around _config.yml 2015-10-16 12:08:29 -05:00
variables.md Fix a typo in pagination doc 2016-04-07 00:35:24 +08:00
windows.md Update windows.md 2016-03-20 23:38:45 +01:00