Skip to content

v0.3

Latest
Compare
Choose a tag to compare
@ashes999 ashes999 released this 04 Apr 16:53
· 21 commits to master since this release
  • Support for "pure" static websites (no posts, only pages). Thanks @MatthijsKamstra for identifying many of the necessary changes!
  • Ability to customize the HTML that comes out of <butterfly-pages /> (specify a prefix, suffix, and tag attribues)
  • Post/page title appears wherever you specify <butterfly-title />
  • Any value in config.json can appear in templates, eg. $authorName gets replaced with the config.json value from authorName
  • Config option to specify the front page as a different page (homePageLayout property)
  • meta-title metadata can specify the post title
  • The ability to specify/order pages via a meta-order metadata
  • Bug fixes, unit testing (90.62% coverage), and build integration

And many, many more changes. You can see the full list of work here.