middleman/middleman-core/fixtures/frontmatter-settings-neighbor-app/config.rb

5 lines
189 B
Ruby
Raw Normal View History

# Proxy ignored.html, which should ignore itself through a frontmatter
page 'proxied.html', proxy: 'ignored.html'
page 'override_layout.html', layout: :alternate
page 'page_mentioned.html'