From 06b291dd8dad4bbfcbd38547b651b55341efbeef Mon Sep 17 00:00:00 2001 From: mtheindiecoder <138979906+mtheindiecoder@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:45:44 +0200 Subject: [PATCH 1/2] Update users.json added theindiecoder user --- exampleSite/content/users/users.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index f0fc88a1..2fee9fd6 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -405,5 +405,12 @@ "tags": [ "Personal site" ] + }, + { + "title": "theindiecoder.cloud", + "url": "https://theindiecoder.cloud", + "tags": [ + "Personal site" + ] } ] From 06d9bff48599e1be9274e877a636f1aeea9a98dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 29 Sep 2023 00:02:48 +0100 Subject: [PATCH 2/2] added support for Hugo v0.119.0 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index dffca122..c68d7a64 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.87.0" - max = "0.118.2" \ No newline at end of file + max = "0.119.0" \ No newline at end of file