Jekyll
Page Extensions¶ ↑
Adds various functionalities to pages in Jekyll: * Automatically generates print versions of pages * Provides table of contents tag (containing links to child pages): {% toc %} * Provides breadcrumbs tag: {% breadcrumbs %} * Provides Rails-style link to helper: {% link_to “My Page Title” %}
Installation¶ ↑
Add this line to your application's Gemfile:
gem 'jekyll-page_extensions'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-page_extensions
TODO¶ ↑
-
Avoid file not found warnings when generating print pages
Contributing¶ ↑
-
Fork it ( github.com/paceline/jekyll-page_extensions/fork )
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create a new Pull Request