mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
5 lines
146 B
Ruby
5 lines
146 B
Ruby
|
activate :directory_indexes
|
||
|
|
||
|
# Proxy ignored.html, which should ignore itself through a frontmatter
|
||
|
page 'proxied.html', :proxy => 'ignored.html'
|