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 <zwbetz@gmail.com>2019-08-17 00:15:07 +0300
committerzwbetz <zwbetz@gmail.com>2019-08-17 00:15:07 +0300
commit698fe6ae491b1c7aa06014896e19dd9c73ddf538 (patch)
tree268e247d199de23cd32b0c36f8db0467f81d2026 /netlify.toml
parent54c8f3bc4bece86ff6a66ecc9dcf756cc1b2fd2f (diff)
fix issue per https://github.com/gohugoio/hugoThemes/issues/682
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index a1d166f..6042fb1 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,6 +3,6 @@
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.54.0"
+ HUGO_VERSION = "0.57.1"
HUGO_THEME = "repo"
- HUGO_BASEURL = "https://papercss-hugo-theme.netlify.com/" \ No newline at end of file
+ HUGO_BASEURL = "https://papercss-hugo-theme.netlify.com/"