From d375d7c895e1857c7bbb9a60c6ea4e0e207dff4d Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 29 Jul 2024 20:14:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/params.toml | 4 ++-- content/en/documentation/advanced/index.md | 2 +- .../en/documentation/getting-started/configuration/index.md | 2 +- .../documentation/getting-started/configuration/index.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 422d46e..4bea9d9 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -714,8 +714,8 @@ disableThemeInject = false # whether to show the full text content in RSS # 是否在 RSS 中显示全文内容 rssFullText = false - # FixIt 0.2.13 | NEW Page style ["narrow", "normal", "wide", ...) - # FixIt 0.2.13 | 新增 页面样式 ["narrow", "normal", "wide", ...) + # FixIt 0.3.10 | CHANGED Page style ["narrow", "normal", "wide", ...) + # FixIt 0.3.10 | 更改 页面样式 ["narrow", "normal", "wide", ...) pageStyle = "normal" # FixIt 0.2.17 | CHANGED Auto Bookmark Support # If true, save the reading progress when closing the page. diff --git a/content/en/documentation/advanced/index.md b/content/en/documentation/advanced/index.md index 0c52fef..a1573e1 100644 --- a/content/en/documentation/advanced/index.md +++ b/content/en/documentation/advanced/index.md @@ -47,7 +47,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s ### Page Style {#page-style} -{{< version 0.2.13 >}} +{{< version 0.3.10 changed >}} The FixIt theme provides a page width configuration option `pageStyle` and three values. diff --git a/content/en/documentation/getting-started/configuration/index.md b/content/en/documentation/getting-started/configuration/index.md index f460cee..5950b10 100644 --- a/content/en/documentation/getting-started/configuration/index.md +++ b/content/en/documentation/getting-started/configuration/index.md @@ -1178,7 +1178,7 @@ mDevtools linkToReport = true # whether to show the full text content in RSS rssFullText = false - # {{< version 0.2.13 >}} Page style ["narrow", "normal", "wide", ...] + # {{< version 0.3.10 changed >}} Page style ["narrow", "normal", "wide", ...] pageStyle = "normal" # {{< version 0.2.17 changed >}} Auto Bookmark Support # If true, save the reading progress when closing the page. diff --git a/content/zh-cn/documentation/getting-started/configuration/index.md b/content/zh-cn/documentation/getting-started/configuration/index.md index a097e07..40287d6 100644 --- a/content/zh-cn/documentation/getting-started/configuration/index.md +++ b/content/zh-cn/documentation/getting-started/configuration/index.md @@ -1171,7 +1171,7 @@ mDevtools linkToReport = true # 是否在 RSS 中显示全文内容 rssFullText = false - # {{< version 0.2.13 >}} 页面样式 ["narrow", "normal", "wide", ...] + # {{< version 0.3.10 changed >}} 页面样式 ["narrow", "normal", "wide", ...] pageStyle = "normal" # {{< version 0.2.17 changed >}} 开启自动书签支持 # 如果为 true,则在关闭页面时保存阅读进度 diff --git a/go.mod b/go.mod index 14cbdfb..d282e08 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/hugo-fixit/docs go 1.20 require ( - github.com/hugo-fixit/FixIt v0.3.10-0.20240728091145-66b86d97cfa5 // indirect + github.com/hugo-fixit/FixIt v0.3.10-0.20240729121040-ed2f5f6d1031 // indirect github.com/hugo-fixit/component-projects v1.1.2 // indirect github.com/hugo-fixit/shortcode-caniuse v1.1.3 // indirect github.com/hugo-fixit/shortcode-rewards v1.0.4 // indirect diff --git a/go.sum b/go.sum index b3ab607..9a06696 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/hugo-fixit/FixIt v0.3.10-0.20240728091145-66b86d97cfa5 h1:mWJ0sRqdm5pEorPBkMloEp0WY0aXqqj8cuqOOqcfP4o= -github.com/hugo-fixit/FixIt v0.3.10-0.20240728091145-66b86d97cfa5/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= +github.com/hugo-fixit/FixIt v0.3.10-0.20240729121040-ed2f5f6d1031 h1:/bBtHiMvID+JsK2N2kXP4S6htK1MBaNBylIYqpFm5zk= +github.com/hugo-fixit/FixIt v0.3.10-0.20240729121040-ed2f5f6d1031/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= github.com/hugo-fixit/component-projects v1.1.2 h1:hKJ+1CM6Y0wEdA8Pnn8MSZel+ukYtUvzC3VQk+AFSl4= github.com/hugo-fixit/component-projects v1.1.2/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c= github.com/hugo-fixit/shortcode-caniuse v1.1.3 h1:U1YBJz5SI/d1BBQhHcD0eVgJdCcpzK2usSizPiu+a4w=