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

github.com/zwbetz-gh/papercss-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:04:47 +0300
committerzwbetz-gh <zwbetz@gmail.com>2021-05-20 05:04:47 +0300
commit9a392595e2cd54b120cd68ba52181bdab2700896 (patch)
tree4294d08c98cc979abeb6b4eb589a9706f6b22fe9
parent42e03f6f69290cd72e7da329d283f35da6fafb03 (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 f11edde..b55db58 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://papercss-hugo-theme.netlify.app"