hugo

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

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

index.md (1162B)

    1 ---
    2 date: 2017-04-27T17:53:58-04:00
    3 categories: ["Releases"]
    4 description: ""
    5 link: ""
    6 title: "Hugo 0.20.6"
    7 draft: false
    8 author: bep
    9 aliases: [/0-20-6/]
   10 ---
   11 
   12 There have been some [shouting on discuss.gohugo.io](https://discuss.gohugo.io/t/index-md-is-generated-in-subfolder-index-index-html-hugo-0-20/6338/15) about some broken sites after the release of Hugo `0.20`. This release reintroduces the old behaviour, making  `/my-blog-post/index.md` work as expected.
   13 
   14 Hugo now has:
   15 
   16 * 16675+ [stars](https://github.com/gohugoio/hugo/stargazers)
   17 * 456+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
   18 * 156+ [themes](http://themes.gohugo.io/)
   19 
   20 ## Fixes
   21 
   22 * Avoid index.md in /index/index.html [#3396](https://github.com/gohugoio/hugo/issues/3396) 
   23 * Make missing GitInfo a WARNING [b30ca4be](https://github.com/gohugoio/hugo/commit/b30ca4bec811dbc17e9fd05925544db2b75e0e49) [@bep](https://github.com/bep) [#3376](https://github.com/gohugoio/hugo/issues/3376) 
   24 * Fix some of the fpm fields for deb [3bd1d057](https://github.com/gohugoio/hugo/commit/3bd1d0571d5f2f6bf0dc8f90a8adf2dbfcb2fdfd) [@anthonyfok](https://github.com/anthonyfok)