hugo

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

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

index.md (1214B)

    1 ---
    2 date: 2017-04-24T13:53:58-04:00
    3 categories: ["Releases"]
    4 description: "This is a bug-fix release with one important fix. But it also adds some harness around GoReleaser"
    5 link: ""
    6 title: "Hugo 0.20.3"
    7 draft: false
    8 author: bep
    9 aliases: [/0-20-3/]
   10 ---
   11 
   12 This is a bug-fix release with one important fix. But it also adds some harness around [GoReleaser](https://github.com/goreleaser/goreleaser) to automate the Hugo release process. Big thanks to [@caarlos0](https://github.com/caarlos0) for great and super-fast support fixing issues along the way.
   13 
   14 Hugo now has:
   15 
   16 * 16619+ [stars](https://github.com/gohugoio/hugo/stargazers)
   17 * 458+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
   18 * 156+ [themes](http://themes.gohugo.io/)
   19 
   20 ## Enhancement
   21 
   22 * Automate the Hugo release process [550eba64](https://github.com/gohugoio/hugo/commit/550eba64705725eb54fdb1042e0fb4dbf6f29fd0) [@bep](https://github.com/bep) [#3358](https://github.com/gohugoio/hugo/issues/3358) 
   23 
   24 ## Fix
   25 
   26 * Fix handling of zero-length files [9bf5c381](https://github.com/gohugoio/hugo/commit/9bf5c381b6b3e69d4d8dbfd7a40074ac44792bbf) [@bep](https://github.com/bep) [#3355](https://github.com/gohugoio/hugo/issues/3355)