Release v0.040
The biggest new thing in this release is the new LinkCheck plugin that checks all the pages for broken links and images. This introduces a new event-handling API into Statocles, which will be called Plugins. See the developer docs for more information on plugins.
A bunch of bug fixes for the create
command. It now actually works, instead
of creating an unusable site.yml
file.
The default build directory is now .statocles/build
instead of .statocles-build
.
It is anticipated we might use the .statocles
directory for some additional
site metadata.
With Mojolicious 6.0 release, there were a few breaking changes that we needed to fix in Statocles. We now require 6.0.
Full changelog below:
- fix linkcheck synopsis for new wire config syntax
- add documentation for events and plugins
- add linkcheck plugin to Statocles website
- add LinkCheck plugin to the default site creator (#78)
- add LinkCheck plugin to check links and images (#78)
- add build event hook to site (#78)
- remove unnecessary includes in tests
- add '.statocles' to gitignore automatically (#265)
- fix blog with no pages doesn't build (#144)
- init the git repo when creating a git-based site (#270)
- upgrade to Mojolicious 6.0
- add note about base_url to deploy guide
- set a sane default base url (#263)
- fix base_url of / breaks links (#264)
- create the app store directories in create command (#262)
- fix create command creates wrong apps (#261)
- move default build dir to .statocles/build (#266)
- fix unknown command gives strange error (#267)
- remove all files from build dir before building (#252)