hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

index.md (1408B)

    1 ---
    2 date: 2014-03-01T17:21:33Z
    3 description: "Hugo 0.10 brings syntax highlighting (powered by Pygments), automatic table of contents generation, support for Unicode, and a lot more!"
    4 title: "Hugo 0.10"
    5 categories: ["Releases"]
    6 ---
    7 
    8 - [Syntax highlighting](http://hugo.spf13.com/extras/highlighting) powered by pygments (**slow**)
    9 - Ability to [sort content](http://hugo.spf13.com/content/ordering) many more ways
   10 - Automatic [table of contents](http://hugo.spf13.com/extras/toc) generation
   11 - Support for unicode URLs, aliases and indexes
   12 - Configurable per-section [permalink](http://hugo.spf13.com/extras/permalinks) pattern support
   13 - Support for [paired shortcodes](http://hugo.spf13.com/extras/shortcodes)
   14 - Shipping with some [shortcodes](http://hugo.spf13.com/extras/shortcodes) (highlight & figure)
   15 - Adding [canonify](http://hugo.spf13.com/extras/urls) option to keep URLs relative
   16 - A bunch of [additional template functions](http://hugo.spf13.com/layouts/templatefunctions)
   17 - Watching very large sites now works on mac
   18 - RSS generation improved. Limited to 50 items by default, can limit further in [template](http://hugo.spf13.com/layout/rss)
   19 - Boolean params now supported in [frontmatter](http://hugo.spf13.com/content/front-matter)
   20 - Launched website [showcase](http://hugo.spf13.com/showcase). Show off your own hugo site!
   21 - A bunch of [bug fixes](https://github.com/spf13/hugo/commits/master)