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

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author7ma7X <hellorusk1998@gmail.com>2020-06-01 12:35:00 +0300
committer7ma7X <hellorusk1998@gmail.com>2020-06-01 12:35:00 +0300
commitbb3cafb89a9cdefa2b2e61a61ccb70646067428d (patch)
tree4ce703121c1e0d472f6d42510e3fc04f994b8e22
parent0da90389e0ab2b101575dc473c006f968813953e (diff)
fix hugo version
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..fd9d9be
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,2 @@
+[context.production.environment]
+ HUGO_VERSION = "0.60.1" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 73881de..84cf9bf 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "LaTeX style hugo theme"
homepage = "http://example.com/"
tags = ["blog", "minimal", "simple", "LaTeX"]
features = ["minimal", "simple", "responsive", "syntax highlight", "LaTeX"]
-min_version = "0.59.1"
+min_version = "0.60.1"
[author]
name = "HelloRusk"