Skip to content

Releases: SavvyWombat/caxton

0.4.1 - Restore sitemap functionality

14 Aug 23:10
Compare
Choose a tag to compare

Oops - guess I missed this last night.

Sitemaps are back

0.4 - Output directory mapping

14 Aug 13:37
Compare
Choose a tag to compare

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

13 Aug 04:51
Compare
Choose a tag to compare

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

10 Aug 01:27
Compare
Choose a tag to compare

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

06 Aug 02:08
Compare
Choose a tag to compare
- added documentation for configuration and build process to the README