Verless Versions Save

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

v0.4.3

3 years ago

Fixed

  • Fix public verless Docker image.

v0.4.2

3 years ago

Changed

  • Make pre-build hooks available in project configuration.
  • Ignore static/generated directory when watching the site.
  • Improve the verless documentation.

v0.4.1

3 years ago

Changed

  • Ignore hidden pages in list pages.
  • Publish verless Docker images on Docker Hub and GitHub Packages.

v0.4.0

3 years ago

Added

  • Introduce the verless theming system.
  • Add the verless create theme command.

Changed

  • Create a default theme when creating a new project.
  • Update the example project to use the default theme.
  • Rename the assets directory to static.

Removed

  • Remove the templates directory.

v0.3.9

3 years ago

Changed

  • Make entire page URL available as Page.Href.

Fixed

  • Fix wrong URLs for pages in the root directory.

v0.3.8

3 years ago

Changed

  • Generate list-page.html even for empty routes.

v0.3.7

3 years ago

Changed

  • list-page.html: Make pages from sub-directories available.

v0.3.6

3 years ago

Fixed

  • Fix relative build paths like ./example.
  • Fix error when serving the site without -w.

v0.3.5

3 years ago

Changed

  • Use relative links in the documentation.
  • Don't create physical files when testing.
  • Order pages in ListPage.Pages by date.

v0.3.4

3 years ago

Changed

  • Don't include hidden pages in RSS feeds.

Fixed

  • Correctly assign routes to list pages.