@@ -6,25 +6,34 @@ groups: ["meta"]
66groups_weight : 10
77---
88
9- * ** 0.9.0** HEAD
9+ * ** 0.9.0**
1010 * New command based interface similar to git (hugo server -s ./ )
11- * Added support for aliases (redirects)
11+ * Amber template support
12+ * Aliases (redirects)
13+ * Support for top level pages (in addition to homepage)
14+ * Complete overhaul of the documentation site
15+ * Full Windows support
16+ * Better index support including ordering by content weight
17+ * Add params to site config, available in .Site.Params from templates
18+ * Friendlier json support
19+ * Support for html & xml content (with frontmatter support)
20+ * Support for summary content divider (< ; !–more–>)
21+ * HTML in summary (when using divider)
22+ * Added "Minutes to Read" functionality
23+ * Support for a custom 404 page
1224 * Cleanup of how content organization is handled
13- * Support for top level pages (other than homepage)
1425 * Loads of unit and performance tests
1526 * Integration with travis ci
16- * Complete overhaul of the documentation site
17- * Full Windows support
18- * Support for ordering pages by weight
19- * More support for indexes
27+ * Static directory now watched and copied on any addition or modification
2028 * Support for relative permalinks
2129 * Fixed watching being triggered multiple times for the same event
2230 * Watch now ignores temp files (as created by Vim)
31+ * Configurable number of posts on homepage
2332 * Front matter supports multiple types (int, string, date, float)
24- * Support for summary content divider ( & lt ; !--more-->)
25- * Ability to highlight current page.
26- * Added default templates for indexes
27- * Support for Amber templates
33+ * Indexes can now use a default template
34+ * Addition of truncated bool to content to determine if should show 'more' link
35+ * Support for linkTitles
36+ * Better handling of most errors with directions on how to resolve
2837 * Support for more date / time formats
2938 * Support for go 1.2
3039* ** 0.8.0** August 2, 2013
0 commit comments