diff --git a/README.md b/README.md index febaed24..d2655546 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README.zh-cn.md b/README.zh-cn.md index c14eeba4..d2afeba0 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -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) diff --git a/exampleSite/content/posts/emoji-support/index.en.md b/exampleSite/content/posts/emoji-support/index.en.md index 869d94a7..621d80ce 100644 --- a/exampleSite/content/posts/emoji-support/index.en.md +++ b/exampleSite/content/posts/emoji-support/index.en.md @@ -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" diff --git a/exampleSite/content/posts/emoji-support/index.zh-cn.md b/exampleSite/content/posts/emoji-support/index.zh-cn.md index 5773bc2e..d8c739d6 100644 --- a/exampleSite/content/posts/emoji-support/index.zh-cn.md +++ b/exampleSite/content/posts/emoji-support/index.zh-cn.md @@ -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" diff --git a/exampleSite/content/posts/theme-documentation-content/index.en.md b/exampleSite/content/posts/theme-documentation-content/index.en.md index 1572bb45..1777d73c 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.en.md +++ b/exampleSite/content/posts/theme-documentation-content/index.en.md @@ -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 >}} diff --git a/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md index e8bae7c2..200a7adc 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md @@ -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}