Releases: capjamesg/aurora
Releases · capjamesg/aurora
0.1.6
0.1.5
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
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
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
andtag_slug_root
SITE_STATE variables.
Fixed
index.html
now has proper normalisation, such that itspage.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
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
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
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