jekyll-relative-links
By benbalter
A Jekyll plugin to convert relative links to markdown files to their rendered equivalents.
Compatible with GitHub PagesTo install, add this to your Gemfile
:
gem "jekyll-relative-links"
and run bundle install
. To use, run Jekyll with
bundle exec
preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve