e161ea09d Add one more Chinese file to workaround reflect: Zero(nil) b595b3a21 Add more Chinese translation 56e4e95d9 Use lang.Merge to "fill in the gaps" for untranslated pages ef079406c Merge commit '650fac3a4e7d256f4505402ab44cfc3c804b8dea' 650fac3a4 Squashed 'themes/gohugoioTheme/' changes from a1768ebb..f31a3dc8 322eff899 Add Chinese language for menus d90b886e0 Fix Markdown table syntax in previous commit 737f3dfca Update the leaf bundle vs branch bundle table 09fa1bc4e Clarify that `.Now` is obsolete 879ea3f6a Make release notes somewhat more consistent 0113e2051 Move 0.40.2-relnotes into content/en/news 77578f5bf Move content/ into new contentDir content/en/ 4dcf7c709 Fix "reflect: Zero(nil)" error in showcase 63dd25505 Release 0.40.2 2076c0d56 releaser: Prepare repository for 0.41-DEV 070fe565e releaser: Add release notes to /docs for release of 0.40.2 4ce52e913 releaser: Bump versions for release of 0.40.2 41907c487 Fix typos in syntax-highlighting.md 91753ef3d Add missing backtick b77274301 Remove duplicate release notes (0.27, 0.27.1, 0.35) 6e00da316 Remove obsolete content/release-notes/ directory 00a6d8c02 Change en dash back to `--` in 0.38.2-relnotes 51b32dc00 Update archetypes.md d0e5c2307 Release 0.40.1 4538a6d5b releaser: Prepare repository for 0.41-DEV 91b391d70 releaser: Add release notes to /docs for release of 0.40.1 e0979d143 releaser: Bump versions for release of 0.40.1 7983967c2 Clean images fe3fdd77d Polish showcase for Flesland Flis e6dde3989 Showcase - Flesland Flis AS by Absoluttweb 73aa62290 Revive @spf13's special Hugo font add67b335 Release Hugo 0.40 c0a26e5a6 Merge branch 'temp40' beeabaaae releaser: Prepare repository for 0.41-DEV e67d5e985 releaser: Add release notes to /docs for release of 0.40 6cdd95273 releaser: Bump versions for release of 0.40 bee21fb9b Revive the other Hugo logos too 4f45e8fe1 Fix the link type attribute for RSS in examples 8c67dc89a Fix example in delimit doc e7f6c00d5 Revive the logo used on the forum 82b0cd26e Merge commit 'a215abf70e018f4bf40d6c09d8bd148d8684b33d' 119c8ca58 Merge commit 'd2ec1a06df8ab6b17ad05cb008d5701b40327d47' db4683bd2 Improve .Get docs 05260b886 .Get function: fix syntax signature git-subtree-dir: docs git-subtree-split: e161ea09d33e3199f4998e4d2e9068d5a850f042
4.1 KiB
author | categories | date | description | link | title | draft | aliases | ||
---|---|---|---|---|---|---|---|---|---|
bep |
|
2016-10-07T13:54:06-04:00 | Hugo now supports multilingual sites with the most simple and elegant experience. | 0.17: Hugo is going global | false |
|
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 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. {{<gh "@bep">}} 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 the main Hugo code base. Since last release Hugo has gained 2000 stars, 50 new contributors and 20 additional themes.
Hugo now has:
- 12,000 stars on GitHub
- 370+ contributors
- 110+ themes
{{<gh "@bep" >}} continues to lead the project with the lionshare of contributions and reviews. A special thanks to {{<gh "@bep" >}} and {{<gh "@abourget" >}} for their considerable work on multilingual support.
A big welcome to newcomers {{<gh "@MarkDBlackwell" >}}, {{<gh "@bogem" >}} and {{<gh "@g3wanghc" >}} for their critical contributions.
Highlights
Multilingual Support: Hugo now supports multiple languages side-by-side. A single site can now have multiple languages rendered with full support for translation and i18n.
Performance: Hugo is faster than ever! Hugo 0.17 is not only our fastest release, it's also the most efficient. Hugo 0.17 is nearly twice as fast as Hugo 0.16 and uses about 10% less memory. This means that the same site will build in nearly half the time it took with Hugo 0.16. 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 is more accurate and complete than ever.
Support for macOS Sierra
New Features
- Multilingual support {{<gh 2303>}}
- Allow content expiration {{<gh 2137 >}}
- New templates functions:
querify
function to generate query strings inside templates {{<gh 2257>}}htmlEscape
andhtmlUnescape
template functions {{<gh 2287>}}time
converts a timestamp string into a time.Time structure {{<gh 2329>}}
Enhancements
- Render the shortcodes as late as possible {{<gh 0xed0985404db4630d1b9d3ad0b7e41fb186ae0112>}}
- Remove unneeded casts in page.getParam {{<gh 2186 >}}
- Automatic page date fallback {{<gh 2239>}}
- Enable safeHTMLAttr {{<gh 2234>}}
- Add TODO list support for markdown {{<gh 2296>}}
- Make absURL and relURL accept any type {{<gh 2352>}}
- Suppress 'missing static' error {{<gh 2344>}}
- Make summary, wordcount etc. more efficient {{<gh 2378>}}
- Better error reporting in
hugo convert
{{<gh 2440>}} - Reproducible builds thanks to govendor {{<gh 2461>}}
Fixes
- Fix shortcode in markdown headers {{<gh 2210 >}}
- Explicitly bind livereload to hugo server port {{<gh 2205>}}
- Fix Emojify for certain text patterns {{<gh 2198>}}
- Normalize file name to NFC {{<gh 2259>}}
- Ignore emacs temp files {{<gh 2266>}}
- Handle symlink change event {{<gh 2273>}}
- Fix panic when using URLize {{<gh 2274>}}
hugo import jekyll
: Fixed target path location check {{<gh 2293>}}- Return all errors from casting in templates {{<gh 2356>}}
- Fix paginator counter on x86-32 {{<gh 2420>}}
- Fix half-broken self-closing shortcodes {{<gh 2499>}}