Abbaye 0.5.1 is out!
https://vit.am/~ololduck/abbaye/0.5.1/Abbaye is a Static Site Generator for your software releases.
In this version (and the previous one i did not make an announcement for):
- You can now use the "script" builder to execute abitrary shell commands to generate your artifacts. So that means that Abbaye is no longer a cargo/rust-only tool yaaaaaaaay \o/
- make the presence of the /latest/ url more obvious by adding it as a link on the "latest" badge.
- In addition to theming support introduced in 0.3.0, if a
static directory exists, it will be copied at the root of the site, so you can now serve static assets too. - we now support Open Graph metadata (og:title, og:description, og:image, …), you can set them in the
[site.opengraph] section of your config. - you can now use
abbaye dump-schema to get the JSON schema of the abbaye.toml config file.
That's it for this release, thank you for reading!