mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 15:52:16 -05:00
Updated release notes.
This commit is contained in:
parent
445b7d23fb
commit
4f335f0c7f
1 changed files with 21 additions and 12 deletions
|
@ -6,25 +6,34 @@ groups: ["meta"]
|
||||||
groups_weight: 10
|
groups_weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
* **0.9.0** HEAD
|
* **0.9.0**
|
||||||
* New command based interface similar to git (hugo server -s ./ )
|
* New command based interface similar to git (hugo server -s ./ )
|
||||||
* Added support for aliases (redirects)
|
* Amber template support
|
||||||
* Cleanup of how content organization is handled
|
* Aliases (redirects)
|
||||||
* Support for top level pages (other than homepage)
|
* Support for top level pages (in addition to homepage)
|
||||||
* Loads of unit and performance tests
|
|
||||||
* Integration with travis ci
|
|
||||||
* Complete overhaul of the documentation site
|
* Complete overhaul of the documentation site
|
||||||
* Full Windows support
|
* Full Windows support
|
||||||
* Support for ordering pages by weight
|
* Better index support including ordering by content weight
|
||||||
* More support for indexes
|
* Add params to site config, available in .Site.Params from templates
|
||||||
|
* Friendlier json support
|
||||||
|
* Support for html & xml content (with frontmatter support)
|
||||||
|
* Support for summary content divider (<!–more–>)
|
||||||
|
* HTML in summary (when using divider)
|
||||||
|
* Added "Minutes to Read" functionality
|
||||||
|
* Support for a custom 404 page
|
||||||
|
* Cleanup of how content organization is handled
|
||||||
|
* Loads of unit and performance tests
|
||||||
|
* Integration with travis ci
|
||||||
|
* Static directory now watched and copied on any addition or modification
|
||||||
* Support for relative permalinks
|
* Support for relative permalinks
|
||||||
* Fixed watching being triggered multiple times for the same event
|
* Fixed watching being triggered multiple times for the same event
|
||||||
* Watch now ignores temp files (as created by Vim)
|
* Watch now ignores temp files (as created by Vim)
|
||||||
|
* Configurable number of posts on homepage
|
||||||
* Front matter supports multiple types (int, string, date, float)
|
* Front matter supports multiple types (int, string, date, float)
|
||||||
* Support for summary content divider (<!--more-->)
|
* Indexes can now use a default template
|
||||||
* Ability to highlight current page.
|
* Addition of truncated bool to content to determine if should show 'more' link
|
||||||
* Added default templates for indexes
|
* Support for linkTitles
|
||||||
* Support for Amber templates
|
* Better handling of most errors with directions on how to resolve
|
||||||
* Support for more date / time formats
|
* Support for more date / time formats
|
||||||
* Support for go 1.2
|
* Support for go 1.2
|
||||||
* **0.8.0** August 2, 2013
|
* **0.8.0** August 2, 2013
|
||||||
|
|
Loading…
Reference in a new issue