Release v0.036
A couple fixes and a couple breaking changes in this release:
The biggest fix is that now we check for ignored files or submodule files before trying to deploy to a Git repository. This should fix a lot of issues with deploying.
All pages now have a last_modified
field, which has an appropriate default.
Also, all the default includes are now templates, so you can use template
variables inside them. This breaks all existing themes, so make sure to
re-bundle your theme with statocles bundle theme
.
Some getting started information was added to the Theme guide. In short, the best way to make your own theme is to start from one of the existing themes.
Finally, the static app now works correctly when it is not at the root of the site.
Full changelog below.
- do not check include hooks in theme sanity test
- fix empty template includes warning about undef
- make all default includes into templates
- add getting started help to the theme guide
- change page published to last_modified (#130)
- fix static app doesn't work with a url root (#227)
- do not deploy ignored files or submodule files (#229, #181)