From 6a37cacd55756690fe5ff4ec7d0e92b49eda81b5 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 30 Jul 2017 04:32:07 +0100 Subject: [PATCH] Revert "Pin Hugo version on Netlify to the most recent one." Since 313be1b we install hugo via npm, so there is no need for netlify to know the hugo version anymore. This reverts commit 571859a51bf44738e2519bd069e0964ec9101059. --- README.md | 5 ----- netlify.toml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index caf7b68..6c26b83 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,6 @@ You can also click this button: [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/eliwilliamson/victor-hugo) -### Picking the right version of Hugo -Victor-Hugo doesn't make any assumption on which version of Hugo you use, this boilerplate works with any version above v0.13. However, the version -installed on your computer might not be the same version that Netlify uses to build your site. To ensure that those two versions match, open the `netlify.toml` -file and change the `HUGO_VERSION` variable to match the version you use in your computer. If you don't know which version you're using in your computer, you -can open a terminal and run `hugo version`, that will display the version in your computer. ## Enjoy!! diff --git a/netlify.toml b/netlify.toml index 8b07598..dd1ef8e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,10 +2,5 @@ command = "npm run build" publish = "dist" -# Change the version of Hugo you want to use on Netlify -# by changing this environment variable. -[build.environment] - HUGO_VERSION = "v0.25.1" - [context.deploy-preview] command = "npm run build-preview"