author: preaction last_modified: 2014-12-23 06:25:02 tags: release title: Release v0.030

With the push towards a useful public beta, I made some breaking changes in this release:

If you need to change all your files from ".yml" to ".markdown", you can use the following:

find site -name '*.yml' | rename -s '.yml' '.markdown'

Full changelog: