- Added
exclude_from_outline
optional front matter YAML element. - Ignores all files named
index
, regardless of file type.
- Added configurable error handling
- Updated to jekyll_plugin_support v1.0.2
- Defined
outline_error
CSS class indemo/assets/css/jekyll_outline.css
.
- Updated dependencies to rely on current
jekyll_draft
. - Removes any leading whitespace in plugin content so the YAML is more likely to be well-formed.
- Handles poorly formed whitespace gracefully.
- Made compatible with jekyll_plugin_support v1.0.0
- Added
sort_by_title
keyword option.
- Updated dependencies.
- No longer explodes when a value for
order
is not provided in front matter.
- Added optional
field
parameter.
- Added
attribution
support.
outline_js
tag added, for including Javascript necessary to position images relating to the outline.- Now generates a series of divs, instead of one big div.
- Now interprets numbers as decimal instead of octal.
- CSS documented and new
post_title
class defined.
- Updated to
jekyll_plugin_support
v0.5.1
- Now dependent upon
jekyll_plugin_support
- Initial version, this Jekyll plugin defines a block tag called
outline
.