Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

78 lines (58 loc) · 3.72 KB

Changelog

Quickblog: light-weight static blog engine for Clojure and babashka

Instances of quickblog can be seen here:

Unreleased

  • Link to previous and next posts; see "Linking to previous and next posts" in the README (@jmglov)
  • Fix flaky caching tests (@jmglov)
  • Fix argument passing in test runner (@jmglov)
  • Add --date to api/new. (@jmglov)
  • Support Selmer template for new posts in api/new; see Templates > New posts in README. (@jmglov)
  • Add 'language-xxx' to pre/code blocks

0.3.6 (2031-12-31)

  • Fix caching (this is hard)

0.3.5 (2023-12-31)

  • Better caching when switching between watch and render

0.3.4 (2023-12-31)

  • Fix caching in watch mode

0.3.3 (2023-12-27)

  • #86: group archive page by year
  • #85: don't render discuss links when :discuss-link isn't set
  • #84: sort tags by post count
  • #80: Generate an about.html when a template exists (@elken)
  • #78: Allow configurable :page-suffix to omit .html from page links (@anderseknert)
  • #76: Remove livejs script tag on render. (@jmglov)
  • #75: Omit preview posts from index. (@jmglov)
  • Support capitalization of tags
  • #66: Unambigous ordering of posts, sorting by date (descending), post title, and then file name. (@UnwarySage)

0.2.3 (2023-01-30)

  • Improve visualization on mobile screens (@MatKurianski)
  • #51: Enable custom default tags or no tags (@formsandlines)
  • Enable use of metadata in templates (@ljpengelen)
  • Replace workaround that copies metadata from api/serve
  • #61: Add templates that allow control over layout and styling of index page, pages with tags, and archive (@ljpengelen)
  • Preserve HTML comments (@ljpengelen)
  • Support showing previews of posts on index page

0.1.0 (2022-12-11)

  • Add command line interface
  • Watch assets dir for changes in watch mode
  • Added refresh-templates task to update to latest templates
  • Social sharing (preview for Facebook, Twitter, LinkedIn, etc.)
  • Move metadata to post files and improve caching
  • Favicon support

Thanks to Josh Glover (@jmglov) for heavily contributing in this release!

0.0.1 (2022-07-17)

  • Initial version