releaser: Add release notes to /docs for release of 0.32.1 - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fd301c3c0581ec24439155688103021a455f87c5
 (DIR) parent 54ef60b03ad5b14459a59e7b412d7f34c7100565
 (HTM) Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Tue,  2 Jan 2018 09:07:55 +0000
       
       releaser: Add release notes to /docs for release of 0.32.1
       
       [ci skip]
       
       Diffstat:
         A docs/content/news/0.32.1-relnotes-… |      22 ++++++++++++++++++++++
       
       1 file changed, 22 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/docs/content/news/0.32.1-relnotes-ready.md b/docs/content/news/0.32.1-relnotes-ready.md
       @@ -0,0 +1,22 @@
       +
       +---
       +date: 2018-01-02
       +title: "0.32.1"
       +description: "0.32.1"
       +slug: "0.32.1"
       +categories: ["Releases"]
       +images:
       +- images/blog/hugo-bug-poster.png
       +
       +---
       +
       +        
       +
       +This fixes 2 bugs from the Hugo 0.32 release.
       +
       +* Fix image processing from shortcodes in non-server mode. [@bep](https://github.com/bep) [#4202](https://github.com/gohugoio/hugo/issues/4202)
       +* Fix broken `hugo --renderToMemory`.  Note that this is only useful for benchmark testing, as there is no easy way to actually view the result. [d36d71ed](https://github.com/gohugoio/hugo/commit/d36d71edd3b04df3b34edf4d108e3995a244c4f0) [@bep](https://github.com/bep) [#4212](https://github.com/gohugoio/hugo/issues/4212)
       +
       +
       +
       +