Update Hugo To Hugo-extended
Why not Hugo but Hugo-extended?
Some themes use SCSS
and TypeScript
, that’s why Hugo extended version is required. If you are using a non-extended Hugo installation, you will get the following error:
|
|
Download
Get to https://github.com/gohugoio/hugo/releases
and download e.g. hugo_extended_0.143.1_windows-amd64.zip
. Or just winget
in the cmd:
|
|
Extract
Extract the zip
in the suitable location:
|
|
Verify
Verify the installation:
|
|
After that, the origin hugo D:/hugo_dir
can be deprecated and all the commands e.g. D:/hugo_dir/hugo
can be changed to D:/hugo_extended/hugo
. ✅