Releases: SavvyWombat/caxton
0.4.1 - Restore sitemap functionality
Oops - guess I missed this last night.
Sitemaps are back
0.4 - Output directory mapping
Now it's possible to map output paths so you're more free to organise your source files how you like.
https://github.com/SavvyWombat/caxton#output-mapping
Ended up rebuilding the middleware because I needed to get all the front matter of all templates to be able to do the mapping. This is also a necessary step towards making indexes and lists of pages.
Also simplified the code in each middleware.
0.3 - Markdown and Front Matter
Templates can be written using the default Blade syntax in .blade.php
files, or using Markdown .blade.md
.
Front Matter can be added as a YAML block at the top of any template regardless of which syntax is used.
0.2 - sitemap.xml
Caxton now uses a middleware pipeline passing a list of files that have been copied/built into the output directory.
How configuration is accessed was rewritten to allow more flexibility and extendability for the future.
- Changed the files block/allow configuration to exclude/include
caxton.*.json
can be used to implement environment overrides- A
sitemap.xml
is built and included in the output directory ready for publishing
0.1 - Initial release
- added documentation for configuration and build process to the README