hugo v0.81 releases: A Fast and Flexible Static Site Generator built with love in GoLang
Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website.
Hugo relies on Markdown files with front matter for metadata, and you can run Hugo from any directory. This works well for shared hosts and other systems where you don’t have a privileged account.
Hugo renders a typical website of moderate size in a fraction of a second. A good rule of thumb is that each piece of content renders in around 1 millisecond.
It is designed to work well for any kind of website including blogs, tumbles, and docs.
Changelog v0.81
- Make the build green again fe77f743 @bep
- Regenerate internal templates c6080655 @bep
- Update date logic of opengraph and schema internal templates ffd9dac4 @djatwood
- Synch Go templates fork with Go 1.16dev cf3e077d @bep
- Exclude pages without Permalink from sitemap 4867cd1d @Jaza
- Add default user-agent header for getJSON requests 35def0ae @peacecwz
- remove 1mb limit for readFile. ee9c1367 @avdva
- Do not return errors in substr for out-of-bounds cases 8a26ab0b @moorereason #8113
- Add missing test scenario for strings.Substr 788e50ad @moorereason
- Regen CLI docs 9e99950c @bep
- Regen docs helper 1b364b00 @bep
- Run go mod tidy 88b93a09 @bep
- Add arm64 to Darwinextended build and add vendorInfo 29fb456c @bep #8003
- Update Travis, GitHub, CircleCI and Snap to Go 1.16 (only) 718fba7d @bep
- Pull in latest Go 1.16 template source e77b2e3a @bep
- Add breaking tests for “map read and map write in templates” b5485aea @bep #7293
- Pull in latest Go template source ccb822eb @bep
- Expand template newline testcase to commands 21e9eb18 @bep
- Add a test case for Go 1.16 template action newlines ae57ba6a @bep
- Update github.com/tdewolff/minify/v2 v2.6.2 => v2.9.13 66beac99 @bep #8258
- bump github.com/frankban/quicktest from 1.11.2 to 1.11.3 968dd7a7 @dependabot[bot]
- bump github.com/getkin/kin-openapi from 0.32.0 to 0.39.0 38f29e81 @dependabot[bot]
- bump github.com/aws/aws-sdk-go from 1.36.33 to 1.37.11 cd87813a @dependabot[bot]
- bump github.com/sanity-io/litter from 1.3.0 to 1.5.0 4e815b06 @dependabot[bot]
- bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5 652a59d3 @dependabot[bot]
- Update to esbuild v0.8.46 84f0ec7f @bep
- Add config option modules.vendorClosest bdfbcf6f @bep #8235#8242
- bump google.golang.org/api from 0.26.0 to 0.40.0 a9b0fea6 @dependabot[bot]
- Change version string format and add VendorInfo to help with issue triaging e8df0977 @anthonyfok
- Allow absolute paths for any modules resolved via project replacement 3a5ee0d2 @bep #8240
- Throw an error running hugo mod vendor on mountless module 4ffaeaf1 @bep
- Add PowerShell completion support 5f621df2 @anthonyfok #8122
- Refer to mage instead of make in comment regarding commitHash 7118f89c @anthonyfok
- Add attributes support for blocks (tables etc.) 2681633d @bep #7548
- Update to Goldmark v1.3.2 1b247282 @bep #8143
- Update to Dart Sass Protocol beta6 441b11be @bep
- Write to stdout by default d36fd5b3 @benmezger
- Remove powershell support a7c515e1 @benmezger
- Add zsh, fish and powershell completion support 216b00f3 @benmezger #4296
- Enable NPM tests on Windows 14494379 @bep #8196
- Update to esbuild v0.8.39 440fdb0e @bep #8189
- Trim whitespace in elements written to hugo_stats.json b2a48dce @pmatiash #7958
- bump github.com/aws/aws-sdk-go from 1.35.0 to 1.36.33 2f9dadae @dependabot[bot]
- Remove mention of a file size limit for readFile ed3071b7 @avdva
- Add Inject config option 32b86076 @bep #8164
- Add Shims option e19a046c @bep #8165
- bump github.com/spf13/afero from 1.4.1 to 1.5.1 07ad283f @eclipseo
- Add external source map support to js.Build and Babel 2c8b5d91 @richtera #8132
- Run go mod tidy 4d2b6fc4 @bep
- Update go-org to v1.4.0 212e5e55 @niklasfasching
- Adjust log level 4fdec67b @bep
- Add temporary patch to fix template data race 9650e568 @bep #7293
- Fix race condition in text template baseof 241b7483 @moorereason
- Fix metrics hint tracking 0004a733 @moorereason #8125
- Fix potential path issue on Windows b60e9279 @bep
- Fix some humanize issues bf55afd7 @susiwen8 #7912
- Fix handling of legacy attribute config e6dd3128 @bep #7548
- Support translation files with suffix *.yml 92c6c404 @bep #8212
- Fix nilpointer in js.Build error handling a1fe552f @bep #8162