diff --git a/README.md b/README.md index 65ad428d..61436628 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ To see this theme in action, here are some [live demo sites](https://fixit.lruih - Options to **cache remote image** locally - ... +### Theme Components + +The FixIt theme balances **simplicity** and **extensibility** with extra [Hugo theme components](https://fixit.lruihao.cn/components/) for customization. + ## Multilingual and i18n FixIt supports the following languages: diff --git a/README.zh-cn.md b/README.zh-cn.md index 3a3604bd..2e6c3d01 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -101,6 +101,10 @@ - 支持本地**缓存远程图床图片** - …… +### 主题组件 + +FixIt 主题旨在在 **简洁性** 和 **可扩展性** 之间取得平衡。为此,我们开发了一系列额外的 [Hugo 主题组件](https://fixit.lruihao.cn/zh-cn/components/) 供用户选择。 + ## 多语言和国际化 FixIt 支持下列语言: diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index b841f497..cc708a31 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.4" -}} +{{- .Scratch.Set "version" "v0.3.5-RC" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}