Release v0.042
A slow week, but some needed features:
The LinkCheck plugin now supports an ignore
attribute, in case there are
links that aren't managed by Statocles (like having Github project links in a
Github user/organization site).
A new before_build_write
event was added to the Site object, so that plugins
can edit pages after the App creates them, and even add pages to the site.
The Site object now has full control over the Markdown object that turns
Markdown into HTML, which lets you use the other attributes of
Text::Markdown, or even use
Text::MultiMarkdown or any
object that exposes a markdown
method.
Full changelog below: