Skip to content

Commit 27ab0bf

Browse files
committed
chore: 更新 hugo-fixit/component-projects v2.1.0
1 parent 9628169 commit 27ab0bf

8 files changed

Lines changed: 13 additions & 12 deletions

File tree

config/_default/module.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version = "latest"
2323

2424
[[imports]]
2525
path = "github.com/hugo-fixit/component-projects/v2"
26-
# version = "latest"
26+
version = "latest"
2727

2828
[[imports]]
2929
path = "github.com/hugo-fixit/shortcode-asciinema"

content/en/contributing/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories:
77
resources:
88
- name: featured-image
99
src: cover.webp
10-
pageStyle: wide
10+
page_style: wide
1111
related:
1212
enable: false
1313
reward:

content/en/ecosystem/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subtitle: <https://github.com/hugo-fixit>
77
sectionSlot: If you want to develop your own components or preview the effects of some of the above components, you might as well take a look at the following articles.
88
hidden_adapters: true
99
layout: projects
10-
pageStyle: wide
10+
page_style: wide
1111
description: "The Hugo FixIt ecosystem includes: documentation, theme components, development tools, third-party components, etc."
1212
keyword:
1313
- Hugo
@@ -16,8 +16,8 @@ keyword:
1616
resources:
1717
- name: featured-image
1818
src: images/components-cover.webp
19-
autoTranslate:
20-
onlyLocalLang: false
19+
auto_translate:
20+
only_local_lang: false
2121
cascade:
2222
params:
2323
type: posts

content/zh-cn/contributing/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
resources:
77
- name: featured-image
88
src: cover.webp
9-
pageStyle: wide
9+
page_style: wide
1010
related:
1111
enable: false
1212
reward:

content/zh-cn/ecosystem/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subtitle: <https://github.com/hugo-fixit>
77
sectionSlot: "如果你想开发自己的组件或者预览上面某些组件的效果,不妨看看下面的这些文章。"
88
hidden_adapters: true
99
layout: projects
10-
pageStyle: wide
10+
page_style: wide
1111
description: "Hugo FixIt 生态系统,包括:文档、主题组件、开发工具、第三方组件等。"
1212
keyword:
1313
- Hugo
@@ -16,8 +16,8 @@ keyword:
1616
resources:
1717
- name: featured-image
1818
src: images/components-cover.webp
19-
autoTranslate:
20-
onlyLocalLang: false
19+
auto_translate:
20+
only_local_lang: false
2121
cascade:
2222
params:
2323
type: posts

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/hugo-fixit/FixIt v0.4.6-0.20260716075125-54fb90388f9a // indirect
77
github.com/hugo-fixit/cmpt-santa-hat v1.1.0 // indirect
88
github.com/hugo-fixit/cmpt-translate/v2 v2.0.0 // indirect
9-
github.com/hugo-fixit/component-projects/v2 v2.0.1-0.20260717074507-6237d7c0eaae // indirect
9+
github.com/hugo-fixit/component-projects/v2 v2.1.0 // indirect
1010
github.com/hugo-fixit/shortcode-asciinema v1.1.0 // indirect
1111
github.com/hugo-fixit/shortcode-caniuse v1.6.0 // indirect
1212
github.com/hugo-fixit/shortcode-docs-bookmark/v2 v2.0.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/hugo-fixit/cmpt-santa-hat v1.1.0 h1:QNTwFFLLl5yu2vx04j+kjA0d8E14kjojw
44
github.com/hugo-fixit/cmpt-santa-hat v1.1.0/go.mod h1:h25a6xmOj1CFIIpSaKeJIWcTtoQyVR39Uu47NDiZLb0=
55
github.com/hugo-fixit/cmpt-translate/v2 v2.0.0 h1:C8KsmFtdAVjQfN2LhaDTnJ0PQTpUDhK3kYxV5vRaCvo=
66
github.com/hugo-fixit/cmpt-translate/v2 v2.0.0/go.mod h1:VOwEMO8XblbrwVF0qfGXMMRwRip3kuorPTzCImUik48=
7-
github.com/hugo-fixit/component-projects/v2 v2.0.1-0.20260717074507-6237d7c0eaae h1:QOzSKTJVVWgmpbr4BI5Q2QmZp1y61GQ5oE45U9EdNXI=
8-
github.com/hugo-fixit/component-projects/v2 v2.0.1-0.20260717074507-6237d7c0eaae/go.mod h1:tqZ7Omn228h3r+wFF5Ko6fFUWuimhY1XRy+PBZQbT0w=
7+
github.com/hugo-fixit/component-projects/v2 v2.1.0 h1:NmzjQIrvZmbqla4m2ECKwXU3WPfh3e643djo+DFeOi8=
8+
github.com/hugo-fixit/component-projects/v2 v2.1.0/go.mod h1:tqZ7Omn228h3r+wFF5Ko6fFUWuimhY1XRy+PBZQbT0w=
99
github.com/hugo-fixit/shortcode-asciinema v1.1.0 h1:nli2H/BeufC/LgT+Md35NFLfSYoNGs0z0yhCkH5cbvU=
1010
github.com/hugo-fixit/shortcode-asciinema v1.1.0/go.mod h1:xSMC2YHX8KCM8EPPmn7PA6Cwg6X9UGsV8gA7+1WBPTw=
1111
github.com/hugo-fixit/shortcode-caniuse v1.6.0 h1:h29uXKgFuMpnJnDwc7wn6jNkXUZWawi21fKs22LYJ2w=

hugo.direct.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
github.com/hugo-fixit/cmpt-santa-hat v1.1.0 h1:QNTwFFLLl5yu2vx04j+kjA0d8E14kjojwWbsNM+y0HA=
22
github.com/hugo-fixit/cmpt-translate/v2 v2.0.0 h1:C8KsmFtdAVjQfN2LhaDTnJ0PQTpUDhK3kYxV5vRaCvo=
3+
github.com/hugo-fixit/component-projects/v2 v2.1.0 h1:NmzjQIrvZmbqla4m2ECKwXU3WPfh3e643djo+DFeOi8=
34
github.com/hugo-fixit/shortcode-asciinema v1.1.0 h1:nli2H/BeufC/LgT+Md35NFLfSYoNGs0z0yhCkH5cbvU=
45
github.com/hugo-fixit/shortcode-caniuse v1.6.0 h1:h29uXKgFuMpnJnDwc7wn6jNkXUZWawi21fKs22LYJ2w=
56
github.com/hugo-fixit/shortcode-docs-bookmark/v2 v2.0.0 h1:NfHSbShP1VvWyGVCTUahAK88pnexeVM/j/gRz+GEKRc=

0 commit comments

Comments
 (0)