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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <zwbetz@gmail.com>2021-05-20 05:06:49 +0300
committerzwbetz-gh <zwbetz@gmail.com>2021-05-20 05:06:49 +0300
commitaf30eafc00e4acdefbd387fd1ae5d3139d0328e0 (patch)
treedba73fc9a599e3f83ddfda0ba3189214b19a55e5
parentef6d289e1bf32aa61ce4a46af0247b6349116ae1 (diff)
update hugo version to 0.83.1
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index c4ab5a7..bbb2fe4 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
command = "cd exampleSite && hugo --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.60.1"
+ HUGO_VERSION = "0.83.1"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://vanilla-bootstrap-hugo-theme.netlify.app"