Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/news/0.11-relnotes/index.md')
-rw-r--r--docs/content/en/news/0.11-relnotes/index.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/content/en/news/0.11-relnotes/index.md b/docs/content/en/news/0.11-relnotes/index.md
new file mode 100644
index 000000000..dc4115fe0
--- /dev/null
+++ b/docs/content/en/news/0.11-relnotes/index.md
@@ -0,0 +1,23 @@
+---
+date: 2014-05-29T22:53:22Z
+description: "Now 3–4 times faster, Hugo 0.11 brings live reload, theme engine, menu system, XML sitemap, and more!"
+title: "Hugo 0.11"
+categories: ["Releases"]
+---
+
+- Considerably faster... about 3 - 4x faster on average
+- [Live Reload](/getting-started/usage/#livereload). Hugo will automatically reload the browser when the build is complete
+- Theme engine w/[Theme Repository](http://github.com/spf13/hugoThemes)
+- [Menu system](/content-management/menus/) with support for active page
+- [Builders](/extras/builders) to quickly create a new site, content or theme
+- [XML sitemap](/templates/sitemap) generation
+- [Integrated Disqus](/extras/comments) support
+- Streamlined [template organization](/templates/overview)
+- Brand new docs site
+- Support for publishDate which allows for posts to be dated in the future
+- More [sort](/functions/sort/#readout) options
+- Logging support
+- Much better error handling
+- More informative verbose output
+- Renamed Indexes > [Taxonomies](/taxonomies/overview)
+- Renamed Chrome > [Partials](/templates/partials)