Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 21, 2024
1 parent 5f09e4c commit 59e5314
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,27 @@ set HUGO_BIN_HUGO_VERSION=0.124.1

#### buildTags

Default: `""`
- Type: `string`
- Default: `""`

Set `buildTags` to `extended` to download the [extended version](https://github.com/gohugoio/hugo/releases/tag/v0.43) binary.

If this is set to `extended` but it's not available for the user's platform, then the normal version will be downloaded instead.

#### downloadRepo

Default: `"https://github.com"`
- Type: `string`
- Default: `"https://github.com"`

Set it to your proxy URL to download the hugo binary from a different download repository.

#### hugoVersion

Default: the version specified in [package.json](package.json)
- Type: `string`
- Default: the version specified in [package.json](package.json)

You can override the Hugo version here, but please note that if any of the URLs have changed upstream, you might not be able to use any version and you will probably need to update to a newer hugo-bin version which takes into consideration the new URLs.
You can override the Hugo version here. Please note that if any of the URLs have changed upstream, you might not be able to use
any version and you will probably need to update to a newer hugo-bin version which takes into consideration the new URLs.

## Supported Hugo versions

Expand Down

0 comments on commit 59e5314

Please sign in to comment.