Upgrade to release v0.21.0 #609
Pinned
markdumay
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v0.21.0 introduces support for taxonomies, custom page types, and more. Several breaking changes have been introduced to enable these new features. Review the following guidelines to upgrade your existing Hinode site to the latest version.
Feature content
Hinode now uses parameters to define the feature content on the homepage. In the old version you would use the following content.
The new version uses
description
andactions
instead. The following example illustrates this.Custom page types
List pages and single pages now support content view templates . Set the
type
in the page’s frontmatter to either docs or minimal to override the default layout. The type parameter replaces the previouslayout
parameter.Minimum required Hugo version
This version of Hinode uses several updated Hugo settings that replace now deprecated parameters. As such, the minimum required version of Hugo is now
v0.120.0
. When using npm, the compatible Hugo binary is included automatically.Beta Was this translation helpful? Give feedback.
All reactions