Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 675 Bytes

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 675 Bytes

Unreleased

Added

Fixed

Changed

0.2.40 (2023-12-05 / ab4b1e2)

Added

  • add-to-sitemap flag on a route to specify if the route should be included in the generated sitemap (defaults to true)
  • avoid creating an index.html file for HTML paths that already end in .html

0.1.33 (2023-08-30 / e758a8a)

Added

  • no-freeze flag on a route, to skip it
  • allow specifying content type in full as a string

0.0.24 (2022-01-13 / e6c3f62)

Added

  • inbuilt support for sitemap generation
  • build-dir can be customised (default is _site)

Fixed

  • trailing slash bug

Changed

0.0.9 (2021-12-03 / 47c95a0)

Added

Fixed

Changed