Skip to content

Commit 567aea3

Browse files
committed
chore: upgrade to v4.0.0-beta.4
1 parent a4e598d commit 567aea3

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

config/_default/params.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ mainSections = ["post"]
44
rssFullContent = true
55
favicon = "img/favicon.png"
66

7+
# Accepted values: "default", "lastmod"
8+
# default = see https://gohugo.io/quick-reference/glossary/#default-sort-order
9+
# lastmod = sort by last modified date, in descending order
10+
SortBy = "default"
11+
712
[footer]
813
since = 2020
914
customText = ""

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/CaiJimmy/hugo-theme-stack-starter
22

33
go 1.17
44

5-
require github.com/CaiJimmy/hugo-theme-stack/v4 v4.0.0-beta.3 // indirect
5+
require github.com/CaiJimmy/hugo-theme-stack/v4 v4.0.0-beta.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/CaiJimmy/hugo-theme-stack/v4 v4.0.0-beta.3 h1:2xn1T7Ao2T3RA7I/cjVtY0QJ1fvcL1uCHeYUmsFqz1w=
2-
github.com/CaiJimmy/hugo-theme-stack/v4 v4.0.0-beta.3/go.mod h1:6SWZIQIut6uVjxhLraexYzgtdNDrod0xnfM/to6D/1I=
1+
github.com/CaiJimmy/hugo-theme-stack/v4 v4.0.0-beta.4 h1:Q8PA36Ih9vCA3WJINdNvFROh8PlWbwIKN0Ntus7DiF4=
2+
github.com/CaiJimmy/hugo-theme-stack/v4 v4.0.0-beta.4/go.mod h1:6SWZIQIut6uVjxhLraexYzgtdNDrod0xnfM/to6D/1I=

0 commit comments

Comments
 (0)