Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2018-11-03 16:14:42 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2018-11-03 16:14:42 +0300
commitdb66886e08fa3d0b46156d36e3667ee73e000e10 (patch)
tree8f1033445e7171651a4f7fa7885f5c2809a92097 /netlify.toml
parentdea710ff0e970b4cd731d40e66f69b848b522e77 (diff)
chore: require Hugo v0.50+
Hugo v0.50 fixes bug with using `hugo new` to create new pages
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index ace83c60..0bc46c9f 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,6 +3,6 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.49.2"
+ HUGO_VERSION = "0.50"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"