✏️ Style: fix typos

This commit is contained in:
Cell
2022-01-26 09:34:36 +08:00
parent fbd272ac09
commit bf446b1e6b
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# FixIt 主题 | Hugo
# FixIt Theme | Hugo
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Lruihao/FixIt?style=flat-square)](https://github.com/Lruihao/FixIt/releases)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/Lruihao/FixIt/v0.2.10?style=flat-square)](https://github.com/Lruihao/FixIt/compare/v0.2.10...master)
+1 -1
View File
@@ -1,4 +1,4 @@
# FixIt Theme | Hugo
# FixIt 主题 | Hugo
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Lruihao/FixIt?style=flat-square)](https://github.com/Lruihao/FixIt/releases)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/Lruihao/FixIt/v0.2.10?style=flat-square)](https://github.com/Lruihao/FixIt/compare/v0.2.10...master)
@@ -6,7 +6,7 @@ lastmod: 2019-10-01T17:55:28+08:00
draft: false
author: "Dillon"
authorLink: "https://dillonzq.com"
description: "Guide to emoji usage in Hugo and LoveIt."
description: "Guide to emoji usage in Hugo and FixIt."
resources:
- name: "featured-image"
src: "featured-image.jpg"
@@ -6,7 +6,7 @@ lastmod: 2022-01-19T19:48:28+08:00
draft: false
author: "Dillon"
authorLink: "https://dillonzq.com"
description: "Hugo 和 LoveIt 中的 Emoji 的用法指南。"
description: "Hugo 和 FixIt 中的 Emoji 的用法指南。"
resources:
- name: "featured-image"
src: "featured-image.jpg"
@@ -190,7 +190,7 @@ Some [archetypes](https://gohugo.io/content-management/archetypes/) are embedded
```bash
hugo new posts/foo.md
hugo new --kind post-bundle posts/bar.md
hugo new --kind post-bundle posts/bar/
```
{{< /admonition >}}
@@ -189,7 +189,7 @@ resources:
```bash
hugo new posts/foo.md
hugo new --kind post-bundle posts/bar.md
hugo new --kind post-bundle posts/bar/
```
{{< /admonition >}}
@@ -254,7 +254,7 @@ hugo new offline/index.md
你可以通过在 [网站配置](../theme-documentation-basics#site-configuration) 中设置 `summaryLength` 来自定义摘要长度。
如果您要使用 [CJK]^(中文/日语/韩语) 语言创建内容,并且想使用 Hugo 的自动摘要拆分功能,请在 [网站配置](../theme-documentation-basics#site-configuration) 中将 `hasCJKLanguage` 设置为 `true`.
如果您要使用 [CJK]^中文/日语/韩语 语言创建内容,并且想使用 Hugo 的自动摘要拆分功能,请在 [网站配置](../theme-documentation-basics#site-configuration) 中将 `hasCJKLanguage` 设置为 `true`.
### 手动摘要拆分
@@ -379,12 +379,12 @@ $$ \ce{Hg^2+ ->[I-] HgI2 ->[I-] [Hg^{II}I4]^2-} $$
**FixIt** 主题支持一种 **字符注音或者注释** Markdown 扩展语法:
```markdown
[Hugo]{?^}(一个开源的静态网站生成工具)
[Hugo]{?^}一个开源的静态网站生成工具
```
呈现的输出效果如下:
[Hugo]^(一个开源的静态网站生成工具)
[Hugo]^一个开源的静态网站生成工具
### 分数 {#fraction}