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

github.com/zwbetz-gh/cupper-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:01 +0300
committerzwbetz-gh <zwbetz@gmail.com>2021-05-20 05:06:01 +0300
commit1929b7a9c5828195730ddfdcc511b562e89346aa (patch)
treed91879c2260bbfea11fc3ce5a1e40158a4ea55d3
parent7210152413be93fe746dac5eb83200a33529b0f6 (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 044b094..f757b8d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
command = "cd exampleSite && hugo --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.72.0"
+ HUGO_VERSION = "0.83.1"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://cupper-hugo-theme.netlify.app"