2015-01-27

  • Add Google Analytics support

2015-01-26

  • Add disqus support

2013-07-15

  • Add support hiding the navigation for single-page sites
    • If no posts have been created, the navigation will be hidden
    • There is an option to explicitly show or hide the navigation

2013-07-12

  • Add support for the codeurl site variable (defined in _config.yml) for linking back to the source code in the footer

2013-06-12

  • Add JavaScript-based ordering of navigation
    • This utilizes the order number defined in a posts Front-Matter

2013-06-09

  • Add convenience short-linking of posts in _posts directory
    • This simply more easily enables referring to and opening files without needing to remember the date, e.g. 2013-06-03-some-post-name.md => some-post-name.md

2013-06-06

  • Add convenience script for creating new pages by name within a category

2013-06-05

  • Initial Release