Skip to content

Commit

Permalink
Feat: 开源项目页面增加目录显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Sep 30, 2024
1 parent 52bbca2 commit dfffe39
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions content/en/components/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ keyword:
- Hugo
- FixIt
- theme components
resources:
- name: featured-image
src: images/components-cover.webp
menu:
main:
identifier: components
Expand All @@ -20,6 +23,4 @@ menu:
icon: fa-solid fa-puzzle-piece
---

![Hugo FixIt Components](/images/components-cover.webp)

The FixIt theme balances **simplicity** and **extensibility** with extra Hugo theme components for customization.
File renamed without changes.
5 changes: 3 additions & 2 deletions content/zh-cn/components/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ keyword:
- Hugo
- FixIt
- theme components
resources:
- name: featured-image
src: images/components-cover.webp
menu:
main:
identifier: components
Expand All @@ -19,6 +22,4 @@ menu:
icon: fa-solid fa-puzzle-piece
---

![Hugo FixIt Components](/images/components-cover.webp)

FixIt 主题旨在 **简洁性****可扩展性** 之间取得平衡。为此,我们开发了一系列额外的 Hugo 主题组件供用户选择。
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/hugo-fixit/FixIt v0.3.12 // indirect
github.com/hugo-fixit/component-projects v1.1.4-0.20240930015227-46d6109d2020 // indirect
github.com/hugo-fixit/component-projects v1.1.4-0.20240930061452-3e28588292d5 // indirect
github.com/hugo-fixit/shortcode-caniuse v1.1.3 // indirect
github.com/hugo-fixit/shortcode-rewards v1.0.4 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/hugo-fixit/FixIt v0.3.12 h1:0XmgKKGafFj7Mb/aecfnLcXMAOUuVLyMKEYyNR0IAt4=
github.com/hugo-fixit/FixIt v0.3.12/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU=
github.com/hugo-fixit/component-projects v1.1.4-0.20240930015227-46d6109d2020 h1:PtGcQLu+xkHL5rG6tXDRaSYo0PjMfwCEHgnAfLGScU4=
github.com/hugo-fixit/component-projects v1.1.4-0.20240930015227-46d6109d2020/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/component-projects v1.1.4-0.20240930061452-3e28588292d5 h1:G65Wq/VLIsKTaiQ6o3dMkUSXYwk/h1JvIGInqg1e4CY=
github.com/hugo-fixit/component-projects v1.1.4-0.20240930061452-3e28588292d5/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c=
github.com/hugo-fixit/shortcode-caniuse v1.1.3 h1:U1YBJz5SI/d1BBQhHcD0eVgJdCcpzK2usSizPiu+a4w=
github.com/hugo-fixit/shortcode-caniuse v1.1.3/go.mod h1:RoPLFt+7uLui5rjvkC/qFGeo4nly5AzzwIID9SoDKNc=
github.com/hugo-fixit/shortcode-rewards v1.0.4 h1:62qCmcGvAJf+qa+8ofRX6jwMUXo6Q4+PQvlOtu0ZGBA=
Expand Down

0 comments on commit dfffe39

Please sign in to comment.