summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]