mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit 'b9bd35d72e14932fb6588ff62b90cddef0a060fc' as 'docs'
This commit is contained in:
21
docs/content/en/news/0.10-relnotes/index.md
Normal file
21
docs/content/en/news/0.10-relnotes/index.md
Normal file
@@ -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)
|
Reference in New Issue
Block a user