mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
✏️ Style: fix typos
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# FixIt 主题 | Hugo
|
||||
# FixIt Theme | Hugo
|
||||
|
||||
[](https://github.com/Lruihao/FixIt/releases)
|
||||
[](https://github.com/Lruihao/FixIt/compare/v0.2.10...master)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# FixIt Theme | Hugo
|
||||
# FixIt 主题 | Hugo
|
||||
|
||||
[](https://github.com/Lruihao/FixIt/releases)
|
||||
[](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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user