Skip to content

Releases: capjamesg/aurora

0.1.6

24 Jun 08:41
c916ace
Compare
Choose a tag to compare

Fixed

  • Incremental generation now generates data files on first run

Full Changelog: 0.1.51...0.1.6

0.1.5

23 Jun 19:00
6a82bf4
Compare
Choose a tag to compare

Added

  • You can incrementally build a website with aurora build --incremental. This is useful for rebuilding large static sites. With this mode, changing a file or set of files will only result in generating all of its dependents and the files themselves on your next build, instead of generating every page again. See documentation
  • You can create pagination pages on collections. See documentation
  • Aurora automatically generates /YYYY/ and /YYYY/MM archive pages for blog posts. See reference.

0.1.5

23 Jun 18:59
Compare
Choose a tag to compare

Added

  • You can incrementally build a website with aurora build --incremental. This is useful for rebuilding large static sites. With this mode, changing a file or set of files will only result in generating all of its dependents and the files themselves on your next build, instead of generating every page again. See documentation
  • You can create pagination pages on collections. See documentation
  • Aurora automatically generates /YYYY/ and /YYYY/MM archive pages for blog posts. See reference.

0.1.4

18 Jun 15:19
Compare
Choose a tag to compare

Added

  • Added documentation, available at aurora.jamesg.blog
  • You can specify the path to use in generating category and tag pages with the category_slug_root and tag_slug_root SITE_STATE variables.

Fixed

  • index.htmlnow has proper normalisation, such that its page.url value will be /, not /index/.
  • A bug where static assets may not be copied correctly during generation.

Full Changelog: 0.1.3...0.1.4

0.1.3

17 Jun 16:16
b87881b
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the templates/index.html file did not load with the Python package.

Full Changelog: 0.1.2...0.1.3

0.1.2

17 Jun 16:00
Compare
Choose a tag to compare

What's Changed

Added

  • A test suite
  • A new default index.html file
  • Support for tag pages
  • Post-build hooks

Changed

  • Hooks can now be declared in a single HOOKS variable, obviating the need to have multiple variables for different hook types.

Full Changelog: v0.1.1...0.1.2

v0.1.1

16 Jun 11:03
96b3f14
Compare
Choose a tag to compare

v0.1.1 is the first stable release of Aurora. With 0.1.1, you can build websites statically and use incremental regeneration with live reloading to work on websites locally.

Full Changelog: https://github.com/capjamesg/aurora/commits/v0.1.1