Skip to content

Instantly share code, notes, and snippets.

@dmalan

dmalan/Gemfile Secret

Created October 23, 2017 17:10
Show Gist options
  • Save dmalan/0c67667065cfea19a00fc2ec1f83560a to your computer and use it in GitHub Desktop.
Save dmalan/0c67667065cfea19a00fc2ec1f83560a to your computer and use it in GitHub Desktop.
collections:
pages:
output: true
permalink: /:path
exclude:
- Gemfile
- Gemfile.lock
titles_from_headings:
collections: true

Foo

Bar

Baz

source "https://rubygems.org"
gem "jekyll", group: :jekyll_plugins
group :jekyll_plugins do
gem "jekyll-titles-from-headings"
end


Foo

Bar

Baz

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