From 6f99fefab31dd522f39ecc1d35770eb77715d148 Mon Sep 17 00:00:00 2001 From: nunocoracao <3803196+nunocoracao@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:24:15 +0000 Subject: [PATCH 1/4] Update Hugo supported version --- config.toml | 2 +- release-versions/hugo-latest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 3d63d2c3..73f4074a 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.141.0" -max = "0.156.0" \ No newline at end of file +max = "0.157.0" \ No newline at end of file diff --git a/release-versions/hugo-latest.txt b/release-versions/hugo-latest.txt index 0c067533..09b31cbd 100644 --- a/release-versions/hugo-latest.txt +++ b/release-versions/hugo-latest.txt @@ -1 +1 @@ -v0.156.0 +v0.157.0 From 7fed4fa2d15c2a35d13654ea5c374f6d91b3b8c2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 1 Mar 2026 18:35:32 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E2=9C=A8=20Add=20Airika=20to=20users=20lis?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/users/users.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 92673fc1..1a6c6df7 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -1002,5 +1002,14 @@ "Personal site", "Blog" ] + }, + { + "title": "Airika", + "url": "https://www.airikatrading.com", + "source": "n/a", + "tags": [ + "Business site", + "E-commerce" + ] } ] From 4705b55e09d6e6db8d6269fd7f487eea82eb8b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:03:07 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=91=B7=20Bump=20actions/upload-artifa?= =?UTF-8?q?ct=20from=206=20to=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-config-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml index 57b35121..35a0233e 100644 --- a/.github/workflows/create-config-zip.yml +++ b/.github/workflows/create-config-zip.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: zip -r config-default.zip config/_default - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: config-default path: config-default.zip From 1b6df4c1666f6ab9fd42ec3fc9d0466a7390fde2 Mon Sep 17 00:00:00 2001 From: Cintia Ching <87516929+cintiaching@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:19:17 +0800 Subject: [PATCH 4/4] Add new user entries to users.json --- exampleSite/content/users/users.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 92673fc1..71f04e9e 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -1002,5 +1002,20 @@ "Personal site", "Blog" ] + }, + { + "title": "Cook Like A Nerd", + "url": "https://cooklikeanerd.com/", + "tags": [ + "Recipe Blog" + ] + }, + { + "title": "Cintia Ching", + "url": "https://cintiaching.com/", + "tags": [ + "Personal site", + "Blog" + ] } ]