Skip to content

Commit

Permalink
Update the Zen theme to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Aug 14, 2024
1 parent 07f8cf8 commit 9fa233f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/frjo/zen-demo

go 1.18
go 1.22

require github.com/frjo/hugo-theme-zen/v3 v3.9.0 // indirect
require (
github.com/frjo/hugo-theme-zen/v4 v4.0.1 // indirect
)
12 changes: 2 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
github.com/frjo/hugo-theme-zen/v3 v3.6.0 h1:EH+J9jn+yWQjbI5eu/e5otBnL86AfLgAe4aClpXQfuY=
github.com/frjo/hugo-theme-zen/v3 v3.6.0/go.mod h1:hwFwwEwrOoL2Z8t11M3jqQyr0yOp7tpBRnp58S6gPYk=
github.com/frjo/hugo-theme-zen/v3 v3.7.0 h1:VJd+P5Rf4QdETgn3BDU8YAYIfTYSIj3LpbxM2/taOCY=
github.com/frjo/hugo-theme-zen/v3 v3.7.0/go.mod h1:hwFwwEwrOoL2Z8t11M3jqQyr0yOp7tpBRnp58S6gPYk=
github.com/frjo/hugo-theme-zen/v3 v3.7.1 h1:HVjTckIkIXaNZi5pgZ7MFA6WWHCFikSW+a3BIs1ofQk=
github.com/frjo/hugo-theme-zen/v3 v3.7.1/go.mod h1:hwFwwEwrOoL2Z8t11M3jqQyr0yOp7tpBRnp58S6gPYk=
github.com/frjo/hugo-theme-zen/v3 v3.8.0 h1:ETo8FWAoRxXVmIgqVb0FuYoAXmtIA5sZYyE23rXagdM=
github.com/frjo/hugo-theme-zen/v3 v3.8.0/go.mod h1:hwFwwEwrOoL2Z8t11M3jqQyr0yOp7tpBRnp58S6gPYk=
github.com/frjo/hugo-theme-zen/v3 v3.9.0 h1:oUL2110My8dtwlthr25zMLP8ILLm4II2AxbYn3ix098=
github.com/frjo/hugo-theme-zen/v3 v3.9.0/go.mod h1:hwFwwEwrOoL2Z8t11M3jqQyr0yOp7tpBRnp58S6gPYk=
github.com/frjo/hugo-theme-zen/v4 v4.0.1 h1:gWotWHYdbMM6L8EXGuvbQaje3WmSbw47VyjAnG6vcyU=
github.com/frjo/hugo-theme-zen/v4 v4.0.1/go.mod h1:ZPkZzwrQ7qIWkmXbG3MC+IZXBPCaEH9gMXubiPVMX64=
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Zen demo site"
baseURL: "https://zen-demo.xdeb.org/"
theme: "github.com/frjo/hugo-theme-zen/v3"
theme: "github.com/frjo/hugo-theme-zen/v4"
languageCode: "en-GB"
defaultContentLanguage: "en"
pluralizelisttitles: false
Expand Down

0 comments on commit 9fa233f

Please sign in to comment.