Skip to content

Instantly share code, notes, and snippets.

@jordelver
Created February 7, 2014 14:33
Show Gist options
  • Save jordelver/8863630 to your computer and use it in GitHub Desktop.
Save jordelver/8863630 to your computer and use it in GitHub Desktop.
Middleman - Disable directory indexes for individual page

Middleman - Disable directory indexes for individual page

Add directory_index: false to the frontmatter of your page

--
directory_index: false
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment