summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:59:32 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-15 13:59:32 +0200
commitb62e7ccc1f021339863bb14521e99ea57127dc38 (patch)
tree6e85fc90d6f2234ff7f1e52d9a67637dddef86e0
parent3eca067b1e9761f3180068206998b35c0b193556 (diff)
downloadgohugo-theme-ed-b62e7ccc1f021339863bb14521e99ea57127dc38.tar.gz
Specify Hugo min version
-rw-r--r--.github/workflows/cd.yml2
-rw-r--r--config.toml2
-rw-r--r--exampleSite/config.toml9
-rw-r--r--theme.toml2
4 files changed, 7 insertions, 8 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 2441965..1e6a4a2 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -13,7 +13,7 @@ on:
hugoVersion:
description: "Hugo Version"
required: false
- default: "0.84.0"
+ default: "0.95.0"
jobs:
deploy:
diff --git a/config.toml b/config.toml
index 4e05b21..c765f7e 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
[module]
[module.hugoVersion]
extended = true
- min = "0.84.0"
+ min = "0.95.0"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b72b5ee..5e67239 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -48,11 +48,10 @@ enableRobotsTXT = true
#
# TODO: Mention format in docs
[author]
- [author.john_doe]
- name = 'John Doe'
- email = 'john@example.com'
- github = '@john_doe'
- location = 'Kyiv, Ukraine'
+ name = 'John Doe'
+ email = 'john@example.com'
+ github = '@john_doe'
+ location = 'Kyiv, Ukraine'
[languages]
[languages.en]
diff --git a/theme.toml b/theme.toml
index 6e6bd3f..590551e 100644
--- a/theme.toml
+++ b/theme.toml
@@ -39,7 +39,7 @@ features = [
"mobile"
]
-min_version = "0.84.0"
+min_version = "0.95.0"
# If the theme has a single author.
[author]