mirror of https://github.com/google/docsy.git
Update min Hugo version in theme config, and some UG copyedits (#2267)
This commit is contained in:
parent
dbfb6c40a4
commit
706f2c81cb
|
@ -1,3 +1,4 @@
|
|||
# cSpell:ignore demosite licenselink
|
||||
name = "Docsy"
|
||||
license = "Apache 2.0"
|
||||
licenselink = "https://github.com/google/docsy/blob/main/LICENSE"
|
||||
|
@ -6,7 +7,7 @@ homepage = "https://docsy.dev"
|
|||
demosite = "https://example.docsy.dev/"
|
||||
tags = ["documentation", "multilingual", "customizable", "responsive", "docs"]
|
||||
features = []
|
||||
min_version = "0.110.0"
|
||||
min_version = "0.146.0"
|
||||
|
||||
[author]
|
||||
name = "The Docsy Authors"
|
||||
|
|
|
@ -45,11 +45,11 @@ Then follow the instructions in [Host on Netlify](https://gohugo.io/hosting-and-
|
|||
* If you are using Docsy as a [Hugo module](/docs/get-started/docsy-as-module/) or NPM package, you can just specify `hugo`.
|
||||
3. Click **Show advanced**.
|
||||
4. In the **Advanced build settings** section, click **New variable**.
|
||||
5. Specify `NODE_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest LTS version](https://nodejs.org/en/download/) of node.js (minimum recommended version: `v20.x`).
|
||||
5. Specify `NODE_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest LTS version](https://nodejs.org/en/download/) of Node.js.
|
||||
6. In the **Advanced build settings** section, click **New variable**.
|
||||
7. Specify `HUGO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://github.com/gohugoio/hugo/releases) of Hugo (minimum recommended version: `0.125.4`).
|
||||
7. Specify `HUGO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://github.com/gohugoio/hugo/releases) of Hugo.
|
||||
8. In the **Advanced build settings** section, click **New variable** again.
|
||||
9. Specify `GO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://go.dev/dl/) of Go (minimum recommended version: `1.21`).
|
||||
9. Specify `GO_VERSION` as the **Key** for the new variable, and set its **Value** to the [latest version](https://go.dev/dl/) of Go.
|
||||
|
||||
If you don't want your site to be indexed by search engines, you can add an environment flag to your build command to specify a non-`production` environment, as described in [Build environments and indexing](#build-environments-and-indexing).
|
||||
1. Click **Deploy site**.
|
||||
|
|
Loading…
Reference in New Issue