diff --git a/content/en/documentation/content-management/introduction/index.md b/content/en/documentation/content-management/introduction/index.md index 972083f..80ab1a7 100644 --- a/content/en/documentation/content-management/introduction/index.md +++ b/content/en/documentation/content-management/introduction/index.md @@ -285,7 +285,7 @@ It is not recommended to include rich text block elements in the summary, which ## Templates {#templates} -Generally, you don't need to set the **type** parameter, because Hugo and fixit will help you choose. However, the **FixIt** theme provides some special templates for users to use. +Generally, you don't need to set the **type** or **layout** parameter, because Hugo and fixit will help you choose. However, the **FixIt** theme provides some special templates for users to use. ### Friends diff --git a/content/zh-cn/documentation/content-management/introduction/index.md b/content/zh-cn/documentation/content-management/introduction/index.md index dae5ee8..23b1081 100644 --- a/content/zh-cn/documentation/content-management/introduction/index.md +++ b/content/zh-cn/documentation/content-management/introduction/index.md @@ -284,7 +284,7 @@ seo: ## 页面模板 {#templates} -一般情况,你不需要设置 **type** 参数,因为 **Hugo** 和 **FixIt** 会帮你选择。但是 **FixIt** 主题提供了一些特殊的模板给用户使用。 +一般情况,你不需要设置 **type** 或 **layout** 参数,因为 **Hugo** 和 **FixIt** 会帮你选择。但是 **FixIt** 主题提供了一些特殊的模板给用户使用。 ### 友情链接 diff --git a/content/zh-cn/documentation/getting-started/configuration/index.md b/content/zh-cn/documentation/getting-started/configuration/index.md index 6593e48..6730698 100644 --- a/content/zh-cn/documentation/getting-started/configuration/index.md +++ b/content/zh-cn/documentation/getting-started/configuration/index.md @@ -24,8 +24,6 @@ collections: - Getting Started lightgallery: true reward: true -toc: - auto: false --- 了解如何配置你的 Hugo **FixIt** 站点。 @@ -1475,7 +1473,7 @@ mDevtools noClasses = false ``` -## Custom output formats +## 自定义输出格式 Hugo 可以输出多种格式的内容,**FixIt** 主题利用了这个功能。为了完全配置主题,请将以下选项配置到 `hugo.toml` 中。 diff --git a/content/zh-cn/documentation/getting-started/quick-start/index.md b/content/zh-cn/documentation/getting-started/quick-start/index.md index 87a113c..d32070a 100644 --- a/content/zh-cn/documentation/getting-started/quick-start/index.md +++ b/content/zh-cn/documentation/getting-started/quick-start/index.md @@ -164,7 +164,7 @@ hugo server -D --disableFastRender ![基本配置下的预览](simple-preview.png '基本配置下的预览') -当对新内容感到满意时,将前 front matter 中的 `draft` 值更改为 `false`,然后保存文件。 +当对新内容感到满意时,将 front matter 中的 `draft` 值更改为 `false`,然后保存文件。 {{< admonition >}} Hugo 的渲染引擎符合 Markdown 的 CommonMark [规范](https://spec.commonmark.org/)。\