Skip to content

v0.4.0

Compare
Choose a tag to compare
@leouieda leouieda released this 09 Apr 16:28
· 17 commits to main since this release
ba44e0e

Date: 2022/04/09

Highlights

  • Nēnē now has an API for running the website build so you can script the build process and modify/add data between assembling the website, rendering the templates, and saving the output.
  • Glob patterns are now allowed in the ignore field of config.yml (thanks to @florian-wagner 🎉).
  • Each page now has a list of all pages that share a folder with it (its "siblings"), making it easier to build index pages.
  • No breaking changes for this release so it's safe to upgrade (please report any breaking builds).

Bug fixes

  • Fixed the "JSON serialization" problem when serving pages by @leouieda in #20

New features

Maintenance

New Contributors

Full Changelog: v0.3.3...v0.4.0