My First Volt Site



Version 0.0.2

Sunday, 25 March 2012 | alpha

Highlights Preliminary support for more python versions: 3.2 and 2.6 Preliminary support for rSt and textile plugins Default configuration name changes: PACKS -> PAGINATIONS POSTS_PER_PAGE -> UNITS_PER_PAGINATION SORT -> SORT_KEY Others volt serve now generates the site first before serving any contents. PyYAML dependency removed. Pygments is now an optional dependency. Engines and Plugins now ... (more)

Version 0.0.3

Monday, 23 April 2012 | alpha

Highlights New feature: widgets Widgets enable dynamic retrieval of Unit attributes, useful for creating things like a list of most recent posts or a list of archive links. They are Python functions stored in widgets.py in the project root directory. New feature: logging Users can now log their entire Volt run and log their custom engines, plugins, or widgets. New command: volt add volt add ... (more)