1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-03-13 11:18:15 +01:00

docs(compatibility): update hugo version ()

This commit is contained in:
Dillon 2025-02-27 23:52:22 +08:00 committed by GitHub
parent 3e218e5a14
commit d136d3f897
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 21 additions and 5 deletions
.circleci
README.mdREADME.zh-cn.md
exampleSite/content/posts/theme-documentation-basics
netlify.toml

View file

@ -34,4 +34,4 @@ workflows:
version: 0.128.0
- build-check:
name: build-check-max
version: 0.144.2
version: 0.145.0

View file

@ -128,6 +128,14 @@ Build Documentation Locally:
hugo server --source=exampleSite
```
## Compatibility
| LoveIt branch or version | Supported Hugo versions |
|:-------------------------|:-----------------------:|
| master(Unstable) | ≥ 0.128.0 |
| **0.3.X(Recommended)** | 0.128.0 - 0.145.0 |
| 0.2.X(Outdated) | 0.68.0 - 0.127.0 |
## Multilingual and i18n
LoveIt supports the following languages:

View file

@ -123,6 +123,14 @@
hugo server --source=exampleSite
```
## 兼容性
| LoveIt 分支或版本 | 支持的 Hugo 版本 |
|:--------------|:-----------------:|
| master(不稳定) | ≥ 0.128.0 |
| **0.3.X(推荐)** | 0.128.0 - 0.145.0 |
| 0.2.X(过时) | 0.68.0 - 0.127.0 |
## 多语言和国际化
LoveIt 支持下列语言:

View file

@ -74,7 +74,7 @@ git submodule add https://github.com/dillonzq/LoveIt.git themes/LoveIt
| LoveIt branch or version | Supported Hugo versions |
|:-------------------------|:-----------------------:|
| master(Unstable) | ≥ 0.128.0 |
| **0.3.X(Recommended)** | 0.128.0 - 0.144.2 |
| **0.3.X(Recommended)** | 0.128.0 - 0.145.0 |
| 0.2.X(Outdated) | 0.68.0 - 0.127.0 |
{{< /admonition >}}

View file

@ -71,10 +71,10 @@ git submodule add https://github.com/dillonzq/LoveIt.git themes/LoveIt
{{< admonition note "主题的兼容性" >}}
| 分支或版本 | 支持的 Hugo 版本 |
| LoveIt 分支或版本 | 支持的 Hugo 版本 |
|:--------------|:-----------------:|
| master(不稳定) | ≥ 0.128.0 |
| **0.3.X(推荐)** | 0.128.0 - 0.144.2 |
| **0.3.X(推荐)** | 0.128.0 - 0.145.0 |
| 0.2.X(过时) | 0.68.0 - 0.127.0 |
{{< /admonition >}}

View file

@ -2,7 +2,7 @@
publish = "exampleSite/public"
[build.environment]
HUGO_VERSION = "0.144.2"
HUGO_VERSION = "0.145.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"