hugo-bin-extended 0.134.2 → 0.134.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -63,6 +63,9 @@ See the [Hugo Documentation](https://gohugo.io/) for more information.
|
|
|
63
63
|
|
|
64
64
|
## Installation options
|
|
65
65
|
|
|
66
|
+
> [!NOTE]
|
|
67
|
+
> You have to run `npm install hugo-bin-extended` to reinstall `hugo-bin-extended` itself if you change any of these options.
|
|
68
|
+
|
|
66
69
|
hugo-bin-extended supports options to change the variation of Hugo binaries, to overwrite the download repository and the Hugo version.
|
|
67
70
|
|
|
68
71
|
Each option can be configured in one of the following ways:
|
|
@@ -103,8 +106,6 @@ set HUGO_BIN_DOWNLOAD_REPO=https://some.example.com/artifactory/github-releases
|
|
|
103
106
|
set HUGO_BIN_HUGO_VERSION=0.124.1
|
|
104
107
|
```
|
|
105
108
|
|
|
106
|
-
**Note that you have to run `npm install hugo-bin-extended` to re-install hugo-bin-extended itself, if you change any of these options.**
|
|
107
|
-
|
|
108
109
|
### Options
|
|
109
110
|
|
|
110
111
|
#### buildTags
|