This release adds images
, a way to link images to
documents. These images can then be
used by templates to display header images, thumbnails, shortcut icons, and
other things.
This release also adds some more logging to the deploy process. You can
show logging information by using the -v
option on the command line.
Full changelog is below.
Continue reading Release v0.061...
A bunch of performance improvements in this release. Altogether, sites
should see a 30-60% improvement in build times, with image-heavy sites
seeing the higher end.
Full changelog below...
Continue reading Release v0.060...
This release fixes a major regression from v0.056: The extra theme files
were not being correctly rendered, instead being replaced with
Statocles::Page::File=HASH(...)
.
We also fixed another regression: The site create
command has been
broken for an unknown amount of time, dying with an error message Can't
locate object method "new" via package "Statocles::Template"
.
In better news: A new HTML linter
plugin is available if you want some
basic checks to ensure your HTML is correct before you deploy your site.
This isn't using the W3C validators (that's a future
plugin), but it can do quick checks for well-formedness.
Full changelog below...
Continue reading Release v0.058...