hugo

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

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

index.md (700B)

    1 
    2 ---
    3 date: 2018-01-02
    4 title: "Hugo 0.32.1: Two bugfixes"
    5 description: "Fixes image processing in shortcodes."
    6 categories: ["Releases"]
    7 images:
    8 - images/blog/hugo-bug-poster.png
    9 ---
   10 
   11 This fixes 2 bugs from the Hugo 0.32 release.
   12 
   13 * Fix image processing from shortcodes in non-server mode. [@bep](https://github.com/bep) [#4202](https://github.com/gohugoio/hugo/issues/4202)
   14 * 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)
   15 
   16 
   17 
   18