Tagged changelog


λ-blog v1.3.2 has been released!

Posted on by Kajetan Rzepecki

Bugfix release v1.3.2.

Fixes tag links in the archives template which used to be invalid when using a prefixed blog URL (i.e. example.com/blog/).



λ-blog v1.3.0 has been released!

Posted on by Kajetan Rzepecki

Feature release v1.3.0.

New features:

  • More optional metadata can be included in the page header by specifying :description, :author and :keywords for an entity.

Fixes:

  • Generator version string is now properly included in the output.
  • Atom Feed link in the header is now properly titled.

λ-blog v1.2.0 has been released!

Posted on by Kajetan Rzepecki

Feature release v1.2.0

This release brings some minor improvements to the Markdown parser's text substitution handling. Additionally, the parser is now separate from file reading making it easy to use text substitutions on the raw file contents of your entries.


λ-blog v1.1.2 has been released!

Posted on by Kajetan Rzepecki

Bugfix release v1.1.2.

Fixes:

  • Fixes divde-by-zero error appearing in some cases in Tag Cloud.
  • Fixes invalid tag links in embedded entries when using a prefix URL.

λ-blog v1.1.1 has been released!

Posted on by Kajetan Rzepecki

Bugfix release v1.1.1.

Fixes:

  • Invalid handling of extra keyword arguments in the Markdown parser has been fixed.
  • Sorting in the tag cloud is now case insensitive.
  • Tag cloud items should not overlap anymore.
  • Feed length has been limitted to ten most recent entries.

λ-blog v1.1.0 has been released!

Posted on by Kajetan Rzepecki

Feature release v1.1.0.

New features:

  • Markdown parser can now create entry previews. Simply include <​!– more –> in the text of an entry and use the :preview key instead of :contents.
  • Text substitution middleware (substitute) with optional Clojure evaluation (substitute-by) - use {​{key-name-or-Clojure-code}} in your entries, and substitution middleware will... Substitute it for you. Yay?


λ-blog v1.0.6 has been released!

Posted on by Kajetan Rzepecki

Bugfix release v1.0.6.

Bugs fixed:

  • Archive entries are now sorted in reverse order (recent first) by default.
  • Tag cloud entries don't overlap anymore.
  • Tags in the tag cloud are now properly scaled.

Additionally:

  • There's a Home Page button in the docs blog now on mobile.
  • CSS templates in Leiningen plugin have been updated.
  • Additional Markdown parser features (i.e. reference links, footnotes & anchors) have been enabled by default.

λ-blog v1.0.5 has been released!

Posted on by Kajetan Rzepecki

Bugfix release v1.0.5.

A few template bugs have been fixed:

  • Tags in tag lists do not encompas separator spaces anymore.
  • Next & previous entry links now display properly on all screen sizes.
  • Navigation menu now properly displays on mobile.





λ-blog v1.0.0 has been released!

Posted on by Kajetan Rzepecki

Initial release of the λ-blog tagged v1.0.0.

A quick overview of the features you get out of the box:

  • Generates truly static pages that work with JavaScript disabled.
  • Uses composable, Clojure-based HTML templates.
  • Uses Markdown files for content management.

...but, of course, this wouldn't be customizable enough so λ-blog additionally gives you:

  • Full control over the project layout.
  • Full control over the generation pipeline.
  • Ability to override everything according to your liking.


All writing licensed under Creative Commons License. All code released to the Public Domain unless otherwise specified.

Powered by λ-blog.