diff --git a/README.md b/README.md index ad9ecb93..dcc9e6f4 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ I hope you will LoveIt ❤️! * **Custom script** shortcode * **Animated typing** supported by [TypeIt](https://typeitjs.com/) * **Cookie consent banner** supported by [cookieconsent](https://github.com/osano/cookieconsent) +* **Person** shortcode * ... ## [Documentation](https://hugoloveit.com/categories/documentation/) diff --git a/README.zh-cn.md b/README.zh-cn.md index 2db53e33..d1990358 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -112,6 +112,7 @@ * 支持**自定义脚本**的 shortcode * 支持基于 [TypeIt](https://typeitjs.com/) 的**打字动画** shortcode * 支持基于 [cookieconsent](https://github.com/osano/cookieconsent) 的 **Cookie 许可横幅** +* 支持**人物标签**的 shortcode * ... ## [文档](https://hugoloveit.com/zh-cn/categories/documentation/) diff --git a/exampleSite/content/about/index.en.md b/exampleSite/content/about/index.en.md index fd9f6343..e4cb0a41 100644 --- a/exampleSite/content/about/index.en.md +++ b/exampleSite/content/about/index.en.md @@ -19,7 +19,7 @@ math: [![GitHub forks](https://img.shields.io/github/forks/dillonzq/LoveIt?style=social)](https://github.com/dillonzq/LoveIt/fork) {{< /style >}} -> [:(far fa-kiss-wink-heart fa-fw): LoveIt](https://github.com/dillonzq/LoveIt) is a **clean**, **elegant** but **advanced** blog theme for [Hugo](https://gohugo.io/) developed by [Dillon](https://dillonzq.com). +> [:(far fa-kiss-wink-heart fa-fw): LoveIt](https://github.com/dillonzq/LoveIt) is a **clean**, **elegant** but **advanced** blog theme for [Hugo](https://gohugo.io/) developed by {{< person "https://dillonzq.com/" Dillon "author of the LoveIt theme" "/Dillon.png" >}}. > > It is based on the original [LeaveIt Theme](https://github.com/liuzc/LeaveIt) and [KeepIt Theme](https://github.com/Fastbyte01/KeepIt). @@ -85,6 +85,7 @@ math: * :(fab fa-js-square fa-fw): **Custom script** shortcode * :(fas fa-i-cursor fa-fw): **Animated typing** supported by [TypeIt](https://typeitjs.com/) * :(fas fa-cookie-bite fa-fw): **Cookie consent banner** supported by [cookieconsent](https://github.com/osano/cookieconsent) +* :(far fa-user-circle fa-fw): **Person** shortcode * ... ### License diff --git a/exampleSite/content/about/index.zh-cn.md b/exampleSite/content/about/index.zh-cn.md index e93d05e1..2b7ff15e 100644 --- a/exampleSite/content/about/index.zh-cn.md +++ b/exampleSite/content/about/index.zh-cn.md @@ -19,7 +19,7 @@ math: [![GitHub forks](https://img.shields.io/github/forks/dillonzq/LoveIt?style=social)](https://github.com/dillonzq/LoveIt/fork) {{< /style >}} -> [:(far fa-kiss-wink-heart fa-fw): LoveIt](https://github.com/dillonzq/LoveIt) 是一个由 [Dillon](https://dillonzq.com) 开发的**简洁**、**优雅**且**高效**的 [Hugo](https://gohugo.io/) 博客主题。 +> [:(far fa-kiss-wink-heart fa-fw): LoveIt](https://github.com/dillonzq/LoveIt) 是一个由 {{< person "https://dillonzq.com/" Dillon "LoveIt 主题的作者" "/Dillon.png" >}} 开发的**简洁**、**优雅**且**高效**的 [Hugo](https://gohugo.io/) 博客主题。 > > 它的原型基于 [LeaveIt 主题](https://github.com/liuzc/LeaveIt) 和 [KeepIt 主题](https://github.com/Fastbyte01/KeepIt)。 @@ -85,6 +85,7 @@ math: * :(fab fa-js-square fa-fw): 支持**自定义脚本**的 shortcode * :(fas fa-i-cursor fa-fw): 支持基于 [TypeIt](https://typeitjs.com/) 的**打字动画** shortcode * :(fas fa-cookie-bite fa-fw): 支持基于 [cookieconsent](https://github.com/osano/cookieconsent) 的 **Cookie 许可横幅** +* :(far fa-user-circle fa-fw): 支持**人物标签**的 shortcode * ... ### 许可协议 diff --git a/exampleSite/static/Dillon.png b/exampleSite/static/Dillon.png new file mode 100644 index 00000000..41f83455 Binary files /dev/null and b/exampleSite/static/Dillon.png differ