github.com/rabbouni145/gg@v0.47.1/docs/content/en/news/0.9-relnotes/index.md (about) 1 --- 2 date: 2013-11-16T04:52:32Z 3 description: "Hugo 0.9 is the most significant update to Hugo ever! It contains contributions from dozens of contributors and represents hundreds of features, fixes and improvements." 4 title: "Hugo 0.9" 5 categories: ["Releases"] 6 --- 7 8 This is the most significant update to Hugo ever! 9 It contains contributions from dozens of contributors and represents hundreds of features, fixes and improvements. 10 11 # Major New Features 12 - New command based interface similar to git (`hugo server -s ./`) 13 - Amber template support 14 - Full Windows support 15 - Better index support including ordering by content weight 16 - Add params to site config, available in `.Site.Params` from templates 17 - Support for html & xml content (with front matter support) 18 - Support for top level pages (in addition to homepage) 19 20 # Notable Fixes and Additions 21 - Friendlier json support 22 - Aliases (redirects) 23 - Support for summary content divider (`<!--more-->`) 24 - HTML & shortcodes supported in summary (when using divider) 25 - Complete overhaul of the documentation site 26 - Added "Minutes to Read" functionality 27 - Support for a custom 404 page 28 - Cleanup of how content organization is handled 29 - Loads of unit and performance tests 30 - Integration with Travis CI 31 - Static directory now watched and copied on any addition or modification 32 - Support for relative permalinks 33 - Fixed watching being triggered multiple times for the same event 34 - Watch now ignores temp files (as created by Vim) 35 - Configurable number of posts on homepage 36 - Front matter supports multiple types (int, string, date, float) 37 - Indexes can now use a default template 38 - Addition of truncated bool to content to determine if should show 'more' link 39 - Support for `linkTitles` 40 - Better handling of most errors with directions on how to resolve 41 - Support for more date / time formats 42 - Support for Go 1.2 43 - Loads more... see commit log for full list.