middleman/middleman-core
Steven Sloan 85fa3fac02 add support for “sidecar” frontmatter at the destination url of proxied resources
a “cheap” way to support adding data to pages created through `proxy` or `page` by adding frontmatter at the expected destination url.

for example proxying a page to `/proxied.html`, by adding a sidecar frontmatter file at `source/proxied.html.frontmatter` (or source/proxied.frontmatter if directory indexes is activated) the frontmatter will be merged with the proxy source and available to `current_resource` at the destination.
2014-12-22 13:59:27 -05:00
..
bin Stop messing with load path in middleman executable 2012-09-15 18:45:14 -07:00
features add support for “sidecar” frontmatter at the destination url of proxied resources 2014-12-22 13:59:27 -05:00
fixtures add support for “sidecar” frontmatter at the destination url of proxied resources 2014-12-22 13:59:27 -05:00
lib add support for “sidecar” frontmatter at the destination url of proxied resources 2014-12-22 13:59:27 -05:00
spec fix specs on windows 2014-07-03 21:09:32 +01:00
.gemtest enable gemtest at a per-gem level 2012-01-02 14:48:47 -08:00
.simplecov ignore vendor in simplecov 2013-06-04 14:28:46 -07:00
.yardopts Fix yard options 2013-11-25 00:12:39 -08:00
middleman-core.gemspec Handle breaking padrino change. Closes #1349 2014-08-13 20:24:20 -07:00
Rakefile Implemented Rubocop 2013-12-28 00:47:39 +00:00