Skip to content

Commit 3a8855f

Browse files
committed
Update to Zen theme v5.
1 parent 9e4fe5f commit 3a8855f

7 files changed

+13
-9
lines changed

go.mod

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

3-
go 1.22
3+
go 1.24
44

5-
require github.com/frjo/hugo-theme-zen/v4 v4.3.2 // indirect
5+
toolchain go1.24.1
6+
7+
require (
8+
github.com/frjo/hugo-theme-zen/v5 v5.0.0-20250326141554-c97d2ac1e57b // indirect
9+
)

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.3.2 h1:byI8UAZV15MJ2Q0MExNup8RLC6vLyrfmPVHCuJmP0EM=
2-
github.com/frjo/hugo-theme-zen/v4 v4.3.2/go.mod h1:ZPkZzwrQ7qIWkmXbG3MC+IZXBPCaEH9gMXubiPVMX64=
1+
github.com/frjo/hugo-theme-zen/v5 v5.0.0-20250326141554-c97d2ac1e57b h1:b7+vTGUJBZIa+v0ArJ6WJXPAPaWX/sHsiXa/UyrRYV8=
2+
github.com/frjo/hugo-theme-zen/v5 v5.0.0-20250326141554-c97d2ac1e57b/go.mod h1:6KlhteJ4KDm55kIMJvC2d2yVQphhGhLb/5RCTPrOrfg=

hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Zen demo site"
33
baseURL: "https://zen-demo.xdeb.org/"
4-
theme: "github.com/frjo/hugo-theme-zen/v4"
4+
theme: "github.com/frjo/hugo-theme-zen/v5"
55
languageCode: "en-GB"
66
defaultContentLanguage: "en"
77
pluralizelisttitles: false
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@media print{.print-none,.pager,.mobile-nav,aside,nav,footer{display:none}}@media print{html{font-size:12pt}html,body,.page{background-color:white;border-color:black;box-shadow:none;color:black}.main{width:100%}:link,:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}}
1+
@media print{.print-none,.pager,.mobile-nav,aside,nav,footer{display:none}}@media print{html{font-size:var(--print-font-size)}html,body,.page{background-color:white;border-color:black;box-shadow:none;color:black}.main{width:100%}:link,:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"css/print.31e2819287afc91406f2fd43d21a8ba4a0cdfc272e439c90db0c6e47efc7c346.css","MediaType":"text/css","Data":{"Integrity":"sha256-MeKBkoevyRQG8v1D0hqLpKDN/CcuQ5yQ2wxuR+/Hw0Y="}}
1+
{"Target":"css/print.565a74507fb9958d236933285343e29524977b329c5a61793238ada03f5e5672.css","MediaType":"text/css","Data":{"Integrity":"sha256-Vlp0UH+5lY0jaTMoU0PilSSXezKcWmF5MjitoD9eVnI="}}

resources/_gen/assets/sass/styles.scss_15d2610c0cb97b9efb592f553b76c9f9.content

+1-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"css/styles.544b41a799964042e27e752d05bb8c673692631a5d76a2b79028a0d5bf6d239c.css","MediaType":"text/css","Data":{"Integrity":"sha256-VEtBp5mWQELifnUtBbuMZzaSYxpddqK3kCig1b9tI5w="}}
1+
{"Target":"css/styles.11fc31d5f99fba8fb907abb551581dfd1866561864826f9197f0d11ba09663eb.css","MediaType":"text/css","Data":{"Integrity":"sha256-Efwx1fmfuo+5B6u1UVgd/RhmVhhkgm+Rl/DRG6CWY+s="}}

0 commit comments

Comments
 (0)