-
Notifications
You must be signed in to change notification settings - Fork 16
Drop unneeded HUGO_VERSION from netlify.toml #68
Comments
I can take this one. Is the task to remove just those two lines from |
Actually, let me test something first before we start on this. |
Check complete: I wanted to ensure that there weren't going to be any problems with running the npm-fetched Hugo under macOS 10.15+. There are not permissions issues.
Thanks!
And anywhere else that a Hugo version might be mentioned -- e.g., the README file. |
You might want to tackle #66 at the same time, or not. It's your call. |
If you just want to update the |
Oh, I just remembered that if we use the npm-installed version of |
Fixes cncf#68 Signed-off-by: Kapunahele Wong <[email protected]>
Fixes cncf#68 Signed-off-by: Kapunahele Wong <[email protected]>
Fixes #68 Signed-off-by: Kapunahele Wong <[email protected]>
Given that this template repo uses the hugo-extended npm package, IMHO we don't need to (actually, shouldn't) specifying a Hugo version in
netlify.toml
:hugo-netlify-starter/netlify.toml
Lines 5 to 6 in 9ce9f2d
Let's keep things DRY and configure the required Hugo version in only one place.
Related: #66
The text was updated successfully, but these errors were encountered: