diff --git a/README.en.md b/README.en.md index 9042d13..eeeade2 100644 --- a/README.en.md +++ b/README.en.md @@ -2,7 +2,7 @@ [![Production environment](https://img.shields.io/github/deployments/hugo-fixit/docs/Production?style=flat&label=Production&logo=vercel)](https://fixit.lruihao.cn/) [![Preview environment](https://img.shields.io/github/deployments/hugo-fixit/docs/Preview?style=flat&label=Preview&logo=vercel)](https://pre.fixit.lruihao.cn/) -[![Hugo](https://img.shields.io/badge/Hugo-%5E0.129.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) +[![Hugo](https://img.shields.io/badge/Hugo-%5E0.132.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) 👉 [中文](README.md) | English @@ -12,7 +12,7 @@ - [Node.js](https://nodejs.org/): >= 18.0.0 - [Go](https://go.dev/dl/) -- [Hugo](https://gohugo.io/installation/): >= 0.129.0 (extended version) +- [Hugo](https://gohugo.io/installation/): >= 0.132.0 (extended version) ## Contributing diff --git a/README.md b/README.md index d317cd4..a657c94 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Production environment](https://img.shields.io/github/deployments/hugo-fixit/docs/Production?style=flat&label=Production&logo=vercel)](https://fixit.lruihao.cn/) [![Preview environment](https://img.shields.io/github/deployments/hugo-fixit/docs/Preview?style=flat&label=Preview&logo=vercel)](https://pre.fixit.lruihao.cn/) -[![Hugo](https://img.shields.io/badge/Hugo-%5E0.129.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) +[![Hugo](https://img.shields.io/badge/Hugo-%5E0.132.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) 👉 中文 | [English](README.en.md) @@ -12,7 +12,7 @@ - [Node.js](https://nodejs.org/): >= 18.0.0 - [Go](https://go.dev/dl/) -- [Hugo](https://gohugo.io/installation/): >= 0.129.0 (extended version) +- [Hugo](https://gohugo.io/installation/): >= 0.132.0 (extended version) ## 贡献文档 diff --git a/config/_default/module.toml b/config/_default/module.toml index 145bf82..047cca0 100644 --- a/config/_default/module.toml +++ b/config/_default/module.toml @@ -14,4 +14,4 @@ [hugoVersion] extended = true - min = "0.129.0" + min = "0.132.0" diff --git a/content/en/contributing/development/index.md b/content/en/contributing/development/index.md index 9895bcf..750c346 100644 --- a/content/en/contributing/development/index.md +++ b/content/en/contributing/development/index.md @@ -33,7 +33,7 @@ For a complete guide to contributing to FixIt, see the [Contribution Guide][cont ## Prerequisites [![GitHub release (latest by date)](https://img.shields.io/github/v/release/hugo-fixit/FixIt?style=flat)](https://github.com/hugo-fixit/FixIt/releases) -[![Hugo](https://img.shields.io/badge/Hugo-%5E0.129.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) +[![Hugo](https://img.shields.io/badge/Hugo-%5E0.132.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) [![License](https://img.shields.io/github/license/hugo-fixit/FixIt?style=flat)](https://github.com/hugo-fixit/FixIt/blob/master/LICENSE) {style="font-size: 1.25em;"} diff --git a/content/en/documentation/getting-started/quick-start/index.md b/content/en/documentation/getting-started/quick-start/index.md index 1865487..645947b 100644 --- a/content/en/documentation/getting-started/quick-start/index.md +++ b/content/en/documentation/getting-started/quick-start/index.md @@ -41,7 +41,7 @@ If this is your first time using [Hugo](https://gohugo.io/), we strongly suggest Before you begin this tutorial you must: -1. [Install Hugo][hugo-installing] (extended edition, v0.129.0 or later) +1. [Install Hugo][hugo-installing] (extended edition, v0.132.0 or later) 2. [Install Git][git-install] You must also be comfortable working from the command line. @@ -50,7 +50,7 @@ You must also be comfortable working from the command line. ### Commands -Verify that you have installed Hugo v0.129.0 or later. +Verify that you have installed Hugo v0.132.0 or later. ```bash hugo version diff --git a/content/en/documentation/installation/index.md b/content/en/documentation/installation/index.md index 40d511c..8c8667d 100644 --- a/content/en/documentation/installation/index.md +++ b/content/en/documentation/installation/index.md @@ -50,7 +50,7 @@ Node.js is required to: Please refer to the relevant documentation for installation instructions: -- [Hugo][hugo-install] (extended edition, v0.129.0 or later) +- [Hugo][hugo-install] (extended edition, v0.132.0 or later) - [Git][git-install] - [Go][go-install] - _[Dart Sass][dart-sass-install] (not used yet)_ diff --git a/content/zh-cn/contributing/development/index.md b/content/zh-cn/contributing/development/index.md index 1c976e0..7860d02 100644 --- a/content/zh-cn/contributing/development/index.md +++ b/content/zh-cn/contributing/development/index.md @@ -33,7 +33,7 @@ menu: ## 先决条件 [![GitHub release (latest by date)](https://img.shields.io/github/v/release/hugo-fixit/FixIt?style=flat)](https://github.com/hugo-fixit/FixIt/releases) -[![Hugo](https://img.shields.io/badge/Hugo-%5E0.129.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) +[![Hugo](https://img.shields.io/badge/Hugo-%5E0.132.0-ff4088?style=flat&logo=hugo)](https://gohugo.io/) [![License](https://img.shields.io/github/license/hugo-fixit/FixIt?style=flat)](https://github.com/hugo-fixit/FixIt/blob/master/LICENSE) {style="font-size: 1.25em;"} diff --git a/content/zh-cn/documentation/getting-started/quick-start/index.md b/content/zh-cn/documentation/getting-started/quick-start/index.md index 1d2e53c..c2df5a1 100644 --- a/content/zh-cn/documentation/getting-started/quick-start/index.md +++ b/content/zh-cn/documentation/getting-started/quick-start/index.md @@ -41,7 +41,7 @@ toc: 在开始本教程之前,你必须: -1. [安装 Hugo][hugo-installing](扩展版,v0.129.0 或更高版本) +1. [安装 Hugo][hugo-installing](扩展版,v0.132.0 或更高版本) 2. [安装 Git][git-install] 你还必须熟悉使用命令行。 @@ -50,7 +50,7 @@ toc: ### 命令 -验证你是否安装了 Hugo v0.129.0 或更高版本。 +验证你是否安装了 Hugo v0.132.0 或更高版本。 ```bash hugo version diff --git a/content/zh-cn/documentation/installation/index.md b/content/zh-cn/documentation/installation/index.md index fb86217..36c8cc9 100644 --- a/content/zh-cn/documentation/installation/index.md +++ b/content/zh-cn/documentation/installation/index.md @@ -50,7 +50,7 @@ Node.js 用于: 请参考相关文档以获取安装说明: -- [Hugo][hugo-install](扩展版,v0.129.0 或更高版本) +- [Hugo][hugo-install](扩展版,v0.132.0 或更高版本) - [Git][git-install] - [Go][go-install] - _[Dart Sass][dart-sass-install](尚未使用)_ diff --git a/go.mod b/go.mod index a7b70d3..765863a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/hugo-fixit/docs go 1.20 require ( - github.com/hugo-fixit/FixIt v0.3.10-0.20240829143006-5dac03a90dca // indirect + github.com/hugo-fixit/FixIt v0.3.10-0.20240829144500-442ec840496a // indirect github.com/hugo-fixit/component-projects v1.1.3 // indirect github.com/hugo-fixit/shortcode-caniuse v1.1.3 // indirect github.com/hugo-fixit/shortcode-rewards v1.0.4 // indirect diff --git a/go.sum b/go.sum index db1e018..2379862 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/hugo-fixit/FixIt v0.3.10-0.20240829143006-5dac03a90dca h1:JcrB1boLI+7e1XSQd3ahNWDsnGDrHs9DT1z56v5dC8I= -github.com/hugo-fixit/FixIt v0.3.10-0.20240829143006-5dac03a90dca/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= +github.com/hugo-fixit/FixIt v0.3.10-0.20240829144500-442ec840496a h1:VCxeLbow9DOdzpIc9Dl48ektQy6ZfjcPXdPHXuzWzI8= +github.com/hugo-fixit/FixIt v0.3.10-0.20240829144500-442ec840496a/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= github.com/hugo-fixit/component-projects v1.1.3 h1:iK6q07CpFsnnJGh8q2stVjv6Lr77dTM9o+P7LGDEYmE= github.com/hugo-fixit/component-projects v1.1.3/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c= github.com/hugo-fixit/shortcode-caniuse v1.1.3 h1:U1YBJz5SI/d1BBQhHcD0eVgJdCcpzK2usSizPiu+a4w=