From a47c0068494aa82b10bc25ba044745731c931256 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 4 Feb 2022 00:58:46 +0800 Subject: [PATCH] :pencil2: Style: fix typo discription should be: description (#60) --- CHANGELOG.md | 1 + CONTRIBUTING.md | 4 ++-- archetypes/friends.md | 2 +- exampleSite/content/friends/index.en.md | 2 +- exampleSite/content/friends/index.zh-cn.md | 2 +- .../posts/theme-documentation-content/index.en.md | 2 +- .../posts/theme-documentation-content/index.zh-cn.md | 2 +- exampleSite/data/friends.yml | 10 +++++----- layouts/friends/single.html | 2 +- 9 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd69e242..d6e37c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. - :tada: Feat: add Artalk comment support ([#54](https://github.com/Lruihao/FixIt/issues/54)) - :sparkles: Feat: update watermark 1.0.3-RC (fontFamily support) +- :pencil2: Style: fix typo discription should be: description ([#60](https://github.com/Lruihao/FixIt/issues/60)) - **Full Changelog:** [`v0.2.12...v0.2.13`](https://github.com/Lruihao/FixIt/compare/v0.2.12...v0.2.13) ## v0.2.12 [2022-1-27] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 255fa1a9..9baaa69f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ Finally, create a new pull request at https://github.com/Lruihao/FixIt/pulls to ### Branches -| Branch | Discription | +| Branch | Description | | :-- | :-- | | master | _The branch open to the public and release versions_ | | RC branch | _The development branch of the next version, e.g. v0.2.12-RC_ | @@ -60,7 +60,7 @@ Finally, create a new pull request at https://github.com/Lruihao/FixIt/pulls to #### Message -| Emoji | Type | Example | Discription (No Ambiguous) | +| Emoji | Type | Example | Description (No Ambiguous) | | :-------------------------------------------- | :------- | :----------------------------------------------------------- | :----------------------------------------------------------- | | :tada:
:sparkles: | Feat | Feat: add {feature} | new feature | | :truck: | | Feat: adjust/migrate {feature name},{change details} | For the adjustment feature, it is necessary to describe the current situation (before) and after adjustment (after) | diff --git a/archetypes/friends.md b/archetypes/friends.md index 1ca7cff0..6dbab9f0 100644 --- a/archetypes/friends.md +++ b/archetypes/friends.md @@ -18,7 +18,7 @@ comment: false - nickname: Lruihao avatar: https://lruihao.cn/images/avatar.jpg url: https://lruihao.cn - discription: Lruihao's Note + description: Lruihao's Note ``` ## Friendly Reminder diff --git a/exampleSite/content/friends/index.en.md b/exampleSite/content/friends/index.en.md index 0ed15e21..36f16f8a 100644 --- a/exampleSite/content/friends/index.en.md +++ b/exampleSite/content/friends/index.en.md @@ -14,7 +14,7 @@ comment: false - nickname: Lruihao avatar: https://lruihao.cn/images/avatar.jpg url: https://lruihao.cn - discription: Lruihao's Note + description: Lruihao's Note ``` ## Friendly Reminder diff --git a/exampleSite/content/friends/index.zh-cn.md b/exampleSite/content/friends/index.zh-cn.md index 35e2fb4f..5b8eec0a 100644 --- a/exampleSite/content/friends/index.zh-cn.md +++ b/exampleSite/content/friends/index.zh-cn.md @@ -13,7 +13,7 @@ comment: false - nickname: 菠菜眾長 avatar: https://lruihao.cn/images/avatar.jpg url: https://lruihao.cn - discription: 李瑞豪的博客 + description: 李瑞豪的博客 ``` ## 友情提醒 diff --git a/exampleSite/content/posts/theme-documentation-content/index.en.md b/exampleSite/content/posts/theme-documentation-content/index.en.md index fa9acbcd..dbc4fe32 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.en.md +++ b/exampleSite/content/posts/theme-documentation-content/index.en.md @@ -209,7 +209,7 @@ Set `type: "friends"` in the front matter and create data file named `friends.ym - nickname: friend's name avatar: friend's avatar url: site link - discription: discription of friend/site + description: description of friend/site ``` {{< admonition tip >}} 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 06e7052f..4874e862 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md @@ -208,7 +208,7 @@ hugo new --kind post-bundle posts/bar/ - nickname: 朋友名字 avatar: 朋友头像 url: 站点链接 - discription: 对朋友或其站点的说明 + description: 对朋友或其站点的说明 ``` {{< admonition tip >}} diff --git a/exampleSite/data/friends.yml b/exampleSite/data/friends.yml index ef2223a7..66bc7af3 100644 --- a/exampleSite/data/friends.yml +++ b/exampleSite/data/friends.yml @@ -2,21 +2,21 @@ # - nickname: friend's name 朋友名字 # avatar: friend's avatar 朋友头像 # url: site link 站点链接 -# discription: discription of friend/site 对朋友或其站点的说明 +# description: description of friend/site 对朋友或其站点的说明 - nickname: FixIt Source avatar: /images/Apple-Devices-Preview.png url: https://github.com/Lruihao/FixIt - discription: A clean, elegant but advanced blog theme for Hugo + description: A clean, elegant but advanced blog theme for Hugo - nickname: FixIt Demo avatar: url: / - discription: 一个简洁、优雅且高效的 Hugo 主题 + description: 一个简洁、优雅且高效的 Hugo 主题 - nickname: Lruihao avatar: https://lruihao.cn/images/avatar.jpg url: https://lruihao.cn - discription: Lruihao's Note + description: Lruihao's Note - nickname: Cell avatar: https://avatars.githubusercontent.com/u/33419593?v=4 url: https://github.com/Lruihao - discription: Lruihao's GitHub \ No newline at end of file + description: Lruihao's GitHub \ No newline at end of file diff --git a/layouts/friends/single.html b/layouts/friends/single.html index 639f2234..19361d8a 100644 --- a/layouts/friends/single.html +++ b/layouts/friends/single.html @@ -18,7 +18,7 @@