From b62e7ccc1f021339863bb14521e99ea57127dc38 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 15 May 2022 13:59:32 +0200 Subject: Specify Hugo min version --- .github/workflows/cd.yml | 2 +- config.toml | 2 +- exampleSite/config.toml | 9 ++++----- theme.toml | 2 +- 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] -- cgit v1.2.3