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.10-relnotes/index.md')
-rw-r--r--docs/content/en/news/0.10-relnotes/index.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/content/en/news/0.10-relnotes/index.md b/docs/content/en/news/0.10-relnotes/index.md
new file mode 100644
index 000000000..060998ba0
--- /dev/null
+++ b/docs/content/en/news/0.10-relnotes/index.md
@@ -0,0 +1,21 @@
+---
+date: 2014-03-01T17:21:33Z
+description: "Hugo 0.10 brings syntax highlighting (powered by Pygments), automatic table of contents generation, support for Unicode, and a lot more!"
+title: "Hugo 0.10"
+categories: ["Releases"]
+---
+
+- [Syntax highlighting](http://hugo.spf13.com/extras/highlighting) powered by pygments (**slow**)
+- Ability to [sort content](http://hugo.spf13.com/content/ordering) many more ways
+- Automatic [table of contents](http://hugo.spf13.com/extras/toc) generation
+- Support for unicode URLs, aliases and indexes
+- Configurable per-section [permalink](http://hugo.spf13.com/extras/permalinks) pattern support
+- Support for [paired shortcodes](http://hugo.spf13.com/extras/shortcodes)
+- Shipping with some [shortcodes](http://hugo.spf13.com/extras/shortcodes) (highlight & figure)
+- Adding [canonify](http://hugo.spf13.com/extras/urls) option to keep URLs relative
+- A bunch of [additional template functions](http://hugo.spf13.com/layouts/templatefunctions)
+- Watching very large sites now works on mac
+- RSS generation improved. Limited to 50 items by default, can limit further in [template](http://hugo.spf13.com/layout/rss)
+- Boolean params now supported in [frontmatter](http://hugo.spf13.com/content/front-matter)
+- Launched website [showcase](http://hugo.spf13.com/showcase). Show off your own hugo site!
+- A bunch of [bug fixes](https://github.com/spf13/hugo/commits/master)