From a90603a2dc871a1639bf27c94bd1ee93e0b16cb2 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 4 Aug 2024 17:03:40 +0800 Subject: [PATCH] =?UTF-8?q?Docs:=20=E6=9B=B4=E6=96=B0=20Hugo=20=E6=9C=80?= =?UTF-8?q?=E4=BD=8E=E8=A6=81=E6=B1=82=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- config/_default/module.toml | 2 +- config/_default/params.toml | 2 +- content/posts/hello-world.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.en.md b/README.en.md index 78ce25a..3fd40c3 100644 --- a/README.en.md +++ b/README.en.md @@ -29,7 +29,7 @@ For a complete quick start, see this [page](https://fixit.lruihao.cn/documentati ### Prerequisites - [Go](https://go.dev/dl/) -- [Hugo](https://gohugo.io/installation/): >= 0.112.0 (extended version) +- [Hugo](https://gohugo.io/installation/): >= 0.127.0 (extended version) ### Use Template diff --git a/README.md b/README.md index 58b52b1..f396c3d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ### 准备 - [Go](https://go.dev/dl/) -- [Hugo](https://gohugo.io/installation/): >= 0.112.0 (extended version) +- [Hugo](https://gohugo.io/installation/): >= 0.127.0 (extended version) ### 使用模板 diff --git a/config/_default/module.toml b/config/_default/module.toml index d8d73f6..0666e20 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -8,4 +8,4 @@ [hugoVersion] extended = true - min = "0.112.0" + min = "0.127.0" diff --git a/config/_default/params.toml b/config/_default/params.toml index 6159101..e8f0663 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -459,7 +459,7 @@ disableThemeInject = false # FixIt 0.2.14 | NEW Gravatar config [gravatar] # FixIt 0.2.18 | NEW Depends on the author's email, if the author's email is not set, the local avatar will be used - enable = false + enable = true # Gravatar host, default: "www.gravatar.com" host = "www.gravatar.com" # ["cravatar.cn", "gravatar.loli.net", ...] style = "" # ["", "mp", "identicon", "monsterid", "wavatar", "retro", "blank", "robohash"] diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 7a4bb81..e2a014c 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -26,7 +26,7 @@ For a complete quick start, see this [page](https://fixit.lruihao.cn/documentati ### Prerequisites - [Go](https://go.dev/dl/) -- [Hugo](https://gohugo.io/installation/): >= 0.112.0 (extended version) +- [Hugo](https://gohugo.io/installation/): >= 0.127.0 (extended version) ### Use this Template