mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
9b445b9da2
[ci skip]
3.2 KiB
3.2 KiB
date: 2019-12-11 title: "0.61.0" description: "0.61.0" categories: ["Releases"]
This is the [40K GitHub Stars Edition](https://github.com/gohugoio/hugo/stargazers). It's mostly a bug fix release, and an important note is the deprecation of Amber and Ace as template engines. See [#6609](https://github.com/gohugoio/hugo/issues/6609) for more information.
This release represents 10 contributions by 3 contributors to the main Hugo code base.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 5 contributions by 4 contributors. A special thanks to @YuriyOborozhnyi, @bep, @Flogex, and @atishay for their work on the documentation site.
Hugo now has:
- 40029+ stars
- 440+ contributors
- 279+ themes
Notes
Enhancements
Templates
Other
- Update Goldmark 3cc217a6 @bep
- Add typographic chars from goldmark to toc c5f2f583 @tangiel #6592
- Reimplement pygmentsCodefencesGuessSyntax 40a092b0 @bep #6565
- Update Goldmark d534ce94 @bep #6557
- Update minify 86a5b59f @MeiK2333 #6475
- Update Goldmark 347cfb0c @bep #6549#6551