ChristianMurphy / apereo.foundation

Community based redesign of Apereo website
https://apereo.foundation
Apache License 2.0
4 stars 1 forks source link

Enable jekyll titles from headings #17

Closed ChristianMurphy closed 6 years ago

ChristianMurphy commented 6 years ago

If you have a Jekyll page that doesn't have a title specified in the YAML Front Matter, but the first non-whitespace line in the page is a Markdown H1 / H2 / H3, this plugin instructs Jekyll to use that first heading as the page's title. If you have a Jekyll page that doesn't have a title specified in the YAML Front Matter, but the first non-whitespace line in the page is a Markdown H1 / H2 / H3, this plugin instructs Jekyll to use that first heading as the page's title.

https://github.com/benbalter/jekyll-titles-from-headings

This will reduce some duplication.

ChristianMurphy commented 6 years ago

enabled https://github.com/ChristianMurphy/apereo.foundation/blob/8f1d3ff103e367c6ea2dcec277d5c4f0eedc28f2/_config.yml#L59