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 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/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index c69fb108..55b7bd75 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -1003,6 +1003,30 @@ "Blog" ] }, + { + "title": "Airika", + "url": "https://www.airikatrading.com", + "source": "n/a", + "tags": [ + "Business site", + "E-commerce" + ] + }, + { + "title": "Cook Like A Nerd", + "url": "https://cooklikeanerd.com/", + "tags": [ + "Recipe Blog" + ] + }, + { + "title": "Cintia Ching", + "url": "https://cintiaching.com/", + "tags": [ + "Personal site", + "Blog" + ] + }, { "title": "luizcarloscf.github.io", "url": "https://luizcarloscf.github.io/", 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