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