1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-25 16:45:23 -04:00

Fix broken link (README.md), fix typo

This commit is contained in:
Andreas Deininger 2022-10-05 22:15:13 +02:00 committed by Jake Jarvis
parent a23fdc720b
commit d9275f1bb9
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ npm install hugo-extended --save-dev
yarn add hugo-extended --dev
```
`hugo-extended` defaults to the [extended version](https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version) of Hugo on [supported platforms](https://github.com/gohugoio/hugo/releases), and automatically falls back to vanilla Hugo if unsupported (mainly on 32-bit systems).
`hugo-extended` defaults to the [extended version](https://gohugo.io/troubleshooting/faq/#i-get--this-feature-is-not-available-in-your-current-hugo-version) of Hugo on [supported platforms](https://github.com/gohugoio/hugo/releases), and automatically falls back to vanilla Hugo if unsupported (mainly on 32-bit systems).
This package's version numbers align with Hugo's — `hugo-extended@0.64.1` installs Hugo v0.64.1, for example.

View File

@ -53,7 +53,7 @@ async function install() {
// return the full path to our Hugo binary
return installedToPath;
} catch (error) {
// pass whatever error occured along the way to console
// pass whatever error occurred along the way to console
console.error(`${logSymbols.error} Hugo installation failed. :(`);
throw error;
}