Skip to content

Commit cc641f6

Browse files
committed
Fix author param and update zen theme.
1 parent caf2f30 commit cc641f6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/frjo/zen-demo
22

33
go 1.22
44

5-
require github.com/frjo/hugo-theme-zen/v4 v4.1.0 // indirect
5+
require github.com/frjo/hugo-theme-zen/v4 v4.2.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/frjo/hugo-theme-zen/v4 v4.1.0 h1:ldOKu+acq/8EZv5tmrQRjM859oUrqW/MzlF13+4FVCU=
2-
github.com/frjo/hugo-theme-zen/v4 v4.1.0/go.mod h1:ZPkZzwrQ7qIWkmXbG3MC+IZXBPCaEH9gMXubiPVMX64=
1+
github.com/frjo/hugo-theme-zen/v4 v4.2.0 h1:S7EfiNiKKXxXhhn50ZUR0BhXsVRLVFkMlFM4/TqW08c=
2+
github.com/frjo/hugo-theme-zen/v4 v4.2.0/go.mod h1:ZPkZzwrQ7qIWkmXbG3MC+IZXBPCaEH9gMXubiPVMX64=

hugo.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ rssLimit: 20
1010
pagination:
1111
pagerSize: 10
1212
path: page
13-
author:
14-
name: "Fredrik Jonsson"
15-
url: "https://xdeb.org"
1613

1714
markup:
1815
goldmark:
@@ -34,6 +31,9 @@ outputs:
3431
section: ["HTML","RSS", "JSON"]
3532

3633
params:
34+
author:
35+
name: "Fredrik Jonsson"
36+
url: "https://xdeb.org"
3737
contact: "[email protected]"
3838
copyright: '<!--Creative Commons License-->This site is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a> licence.<!--/Creative Commons License-->'
3939
description: "The zen theme for Hugo demo site."

0 commit comments

Comments
 (0)