All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Upgrade Hugo to version 0.78.0 (November 3rd, 2020).
(Previously bundled version 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, changetaxonomy
parameter totags
orcategories
. (See this issue.) -
Change usage of parentheses in
if or
statements. (See this commit.)
- Now includes separate arm64 binary.
- arm64 support.
- Option to disable build drafts for Hugo server; new fourth parameter in serve() method.
version
property that returns the Hugo version (#3).
- Incorrect require statements in code samples in readme (#2).
- Generic hugo.serverWithArgs() method to run a Hugo server with any arbitrary argument string.
- Generic hugo.command() method to run any Hugo command by passing a regular Hugo command-line argument string.
- Fix regression due to version number change
- Update tests
- Upgrade Hugo to version 0.64.1.
- Disables fast render so Hugo updates are more consistent.
Initial release.