Skip to content

Commit

Permalink
Docs: update docs for FixIt 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Dec 8, 2023
1 parent 8fcb8c3 commit 717bbc4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion config/_default/taxonomies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# See: https://gohugo.io/content-management/taxonomies/#configure-taxonomies
# -------------------------------------------------------------------------------------

# series = "series"
category = "categories"
tag = "tags"
# series = "series"
collections = "collections"
4 changes: 4 additions & 0 deletions content/en/documentation/basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@ Please open the code block below to view the complete `hugo.toml` sample configu
endFlag = ""
# {{< version 0.2.18 >}} whether to enable instant.page
instantPage = false
# {{< version 0.2.3 >}} whether to enable collection list at the sidebar
collectionList = false
# {{< version 0.2.3 >}} whether to enable collection navigation at the end of the post
collectionNavigation = false

# {{< version 0.2.15 >}} Repost config
[params.page.repost]
Expand Down
2 changes: 1 addition & 1 deletion content/en/friends/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Friends
subtitle: Recording some friends who use FixIt theme
type: friends
layout: friends
description: Friends template demo of FixIt theme
keywords:
- Hugo
Expand Down
2 changes: 1 addition & 1 deletion content/en/offline/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
type: offline
layout: offline
description: "offline cache page of FixIt theme"
keywords:
- PWA
Expand Down
4 changes: 4 additions & 0 deletions content/zh-cn/documentation/basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ menu:
endFlag = ""
# {{< version 0.2.18 >}} 是否开启即时页面
instantPage = false
# {{< version 0.2.3 >}} 是否在侧边栏显示集合列表
collectionList = false
# {{< version 0.2.3 >}} 是否在文章末尾显示集合导航
collectionNavigation = false

# {{< version 0.2.15 >}} 转载配置
[params.page.repost]
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/friends/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 友情链接
subtitle: 记录一些使用 FixIt 主题的朋友们
type: friends
layout: friends
description: FixIt 主题的友链模板 Demo
keywords:
- Hugo
Expand Down
2 changes: 1 addition & 1 deletion content/zh-cn/offline/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
type: offline
layout: offline
description: "FixIt 主题的离线缓存页面"
keywords:
- PWA
Expand Down

0 comments on commit 717bbc4

Please sign in to comment.