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

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zachary.w.betz@uscis.dhs.gov>2021-05-20 05:05:24 +0300
committerzwbetz <zachary.w.betz@uscis.dhs.gov>2021-05-20 05:05:24 +0300
commit78f42253f81ce868c565352e15a524e1baf66ce2 (patch)
tree9468d76d8485d2c5dea5438f999571579dadf46f
parentd632daf51331a466c1d1651a10090d414896e304 (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 e9db496..af6141b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
command = "cd exampleSite && hugo --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.58.3"
+ HUGO_VERSION = "0.83.1"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://cayman-hugo-theme.netlify.app"