middleman/middleman-core/lib/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
..
cli Add force-option to init 2014-09-09 09:19:41 +02:00
core_extensions add support for “sidecar” frontmatter at the destination url of proxied resources 2014-12-22 13:59:27 -05:00
meta_pages Be a bit safer about checking source_file in Sitemap Preview. Working towards fixing #1166 2014-10-20 11:24:52 -07:00
renderers Update sass dep and test new error message 2014-08-20 09:48:03 -07:00
sitemap More URI encoding and decoding. Addresses #1406 2014-11-19 10:39:48 -08:00
step_definitions More URI encoding and decoding. Addresses #1406 2014-11-19 10:39:48 -08:00
templates exclude .git folder when init'ing a local template 2014-11-12 19:12:52 -05:00
application.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
cli.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
configuration.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
core_extensions.rb Be quiet about missing extras when middleman-core is used alone 2014-02-25 22:28:06 -08:00
extension.rb rubocoping 2014-07-02 10:11:52 -07:00
extensions.rb Great rubocop-ing 2014-04-28 16:02:18 -07:00
load_paths.rb Great rubocop-ing 2014-04-28 16:02:18 -07:00
logger.rb Great rubocop-ing 2014-04-28 16:02:18 -07:00
meta_pages.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
preview_server.rb listen gem started using full paths instead of relative. Fixes #1374 2014-09-15 15:36:41 -07:00
profiling.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
sitemap.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
step_definitions.rb fix specs on windows 2014-07-03 21:09:32 +01:00
templates.rb rubocop 2: the reckoning 2014-04-29 10:44:24 -07:00
util.rb More URI encoding and decoding. Addresses #1406 2014-11-19 10:39:48 -08:00
version.rb bump 2014-11-08 21:06:17 -08:00