Tags: Idorobots/lambda-blog
Tags
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.
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.
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?
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.
PreviousNext