0.1.0
First Release
The first snapshot of weblorg contains most of the basic tools for building a statically generated
website off of org-mode files. the main features of this release are:
- definition of routes with a glob pattern for finding which Org-Mode files will be parsed and a template;
- very good support for templating provided by templatel with some added filters like
default
,len
andstrftime
-- that allows to format timestamp tuples returned by thepost.date
property of an Org-Mode parsed file; - linking between routes with the
url_for
link handler that works in both the HTML templates and Org-Mode files; - most blogging tools are in a good shape: posts, categories, drafts all work. We're missing: archive page generator, default RSS template
- theming is implemented and themes are available in the repository, although they're not in a good shape yet so they won't be shipped via melpa just yet; there's also a route to allow