jekyll-titles-from-headings
By benbalter
A Jekyll plugin to pull the page title from the first Markdown heading when none is specified.
Compatible with GitHub PagesTo install, add this to your Gemfile
:
gem "jekyll-titles-from-headings"
and run bundle install
. To use, run Jekyll with
bundle exec
preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve