Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

16.0.0

Choose a tag to compare

@aral aral released this 05 Nov 15:14
· 162 commits to master since this release
20201105145814
d64a80a

Upgrade Hugo and mkcert

The Hugo 0.78.0 upgrade has breaking changes for Hugo sites.

This release bundles the latest Hugo static site generator and mkcert:

Hugo 0.64.1 → 0.78.0 breaking changes

The previously-bundled version of Hugo was 0.64.1 from February 9th, 2020. There are breaking changes between these Hugo versions, so please read through the Hugo release notes.

We ran into the following two issues while upgrading our own sites:

  • In the [outputs] section of your config.toml file, change taxonomy parameter to tags or categories. (See this issue.)
  • Change usage of parentheses in if or statements. (See this commit.)

Other changes

  • Use new arm64 Hugo and mkcert binaries in Site.js arm64 releases.
  • Improve the build script (rebuild node_modules on deploy for safety, auto-commit and push install script updates, auto-push release tag).