Skip to content

Releases: mebinthattil/Not-An-SSG

v2.2.0

24 Jan 13:53
befef58

Choose a tag to compare

Front matter support + batch building.

This release is not backward compatible with previous releases, please check the breaking changes in the docs.

v2.0.0

01 Jan 11:20
2f1198e

Choose a tag to compare

Improvements

  • Clean imports: from not_an_ssg import render, serve
  • No more source file copying to user's directory - proper python packaging
  • Lazy S3 client (no credentials needed at import)
  • New export_default_css() function for theme customization and creating editable copy in CWD

Breaking Changes

  • Package renamed: Not_An_SSG -> not_an_ssg (uniform everywhere now, both SDK and CLI use this)
  • write_stylsheet() requires explicit path, None is no longer an accepted stylesheet path

First Release

08 Jul 14:09
0d16f29

Choose a tag to compare

Genesis