From 6195d8f79b1ac897ee554d89756fcc5382f4cd29 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Fri, 7 Oct 2016 10:16:48 -0500 Subject: [PATCH] docs: Fix grammar in v0.17 release notes Also trimmed trailing whitespace. --- docs/content/meta/release-notes.md | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 12dd2c7ee..6e207d281 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -13,18 +13,18 @@ weight: 10 ## **0.17.0** October 7th 2016 -Hugo is going global with our 0.17 release. We put a lot of thought into how we could extend Hugo +Hugo is going global with our 0.17 release. We put a lot of thought into how we could extend Hugo to support multilingual websites with the most simple and elegant experience. Hugo's multilingual -capabilities rival the best web and documentation software, but Hugo's experience is unmatched. -If you have a single language website, the simple Hugo experience you already love is unchanged. -Adding additional languages to your website is simple and straightforward. Hugo has been completely -internally rewritten to be multilingual aware with translation and internationalization features +capabilities rival the best web and documentation software, but Hugo's experience is unmatched. +If you have a single language website, the simple Hugo experience you already love is unchanged. +Adding additional languages to your website is simple and straightforward. Hugo has been completely +internally rewritten to be multilingual aware with translation and internationalization features embedded throughout Hugo. Hugo continues its trend of each release being faster than the last. It's quite a challenge to consistently add -significant new functionality and simultaneously dramatically improve performance. {{}} has made it -his personal mission to apply the Go mantra of "Enable more. Do less" to Hugo. Hugo's consistent improvement -is a testament to his brilliance and his dedication to his craft. Hugo is further benefited by the +significant new functionality and simultaneously dramatically improve performance. {{}} has made it +his personal mission to apply the Go mantra of "Enable more. Do less" to Hugo. Hugo's consistent improvement +is a testament to his brilliance and his dedication to his craft. Hugo additionally benefits from the performance improvements from the Go team in the Go 1.7 release. This release represents **over 300 contributions by over 70 contributors** to @@ -36,12 +36,12 @@ Hugo now has: * 12,000 stars on GitHub * 370+ contributors * 110+ themes - -{{}} continues to lead the project with the lionshare of contributions -and reviews. A special thanks to {{}} and {{}} for their -considerable work on multilingual support. -A big welcome to newcomers {{}}, {{}} and +{{}} continues to lead the project with the lionshare of contributions +and reviews. A special thanks to {{}} and {{}} for their +considerable work on multilingual support. + +A big welcome to newcomers {{}}, {{}} and {{}} for their critical contributions. ### Highlights @@ -57,7 +57,7 @@ This means that the same site will build in nearly half the time it took with Hu For the first time Hugo sites are averaging well under 1ms per rendered content. **Docs overhaul:** -This release really focused on improving the documentation. [Gohugo.io](http://gohugo.io) is +This release really focused on improving the documentation. [Gohugo.io](http://gohugo.io) is more accurate and complete than ever. **Support for Mac OS Sierra** @@ -121,7 +121,7 @@ including... * Many subprojects like {{< gh "@spf13/cobra">}}, {{< gh "@spf13/viper">}} and {{< gh "@spf13/afero">}} which have experienced broad usage across the Go ecosystem. - + {{< gh "@bep" >}} led the development of Hugo for the 3rd consecutive release with nearly half of the contributions to 0.16 in addition to his considerable contributions as lead maintainer. {{< gh "@anthonyfok" >}}, {{< gh @@ -153,7 +153,7 @@ times decreased anywhere from 10% to 99%. * Source file based relative linking (a la Github) {{}} * Add `ByLastmod` sort function to pages. {{}} * New templates functions: - * `readFile` {{}} + * `readFile` {{}} * `countwords` and `countrunes` {{}} * `default` {{}} * `hasPrefix` {{}}