From fe419052e943c916464b3535d40e4bf9497cbddd Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Mon, 10 Mar 2025 23:03:02 +0100 Subject: [PATCH] Updated --- .github/workflows/hugo.yaml | 3 +-- content/en/{gallery.md => photos.md} | 2 +- content/es/{gallery.md => photos.md} | 2 +- content/ru/{gallery.md => photos.md} | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) rename content/en/{gallery.md => photos.md} (98%) rename content/es/{gallery.md => photos.md} (98%) rename content/ru/{gallery.md => photos.md} (98%) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index c3d25dc..2b2f9d7 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -4,7 +4,6 @@ on: push: branches: - master - workflow_dispatch: permissions: @@ -24,7 +23,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.142.0 + HUGO_VERSION: 0.144.2 steps: - name: Install Hugo CLI run: | diff --git a/content/en/gallery.md b/content/en/photos.md similarity index 98% rename from content/en/gallery.md rename to content/en/photos.md index ea5a427..0f1b994 100644 --- a/content/en/gallery.md +++ b/content/en/photos.md @@ -1,5 +1,5 @@ --- -title: "Gallery" +title: "Photos" menu: "main" weight: 2 --- diff --git a/content/es/gallery.md b/content/es/photos.md similarity index 98% rename from content/es/gallery.md rename to content/es/photos.md index ea5a427..0f1b994 100644 --- a/content/es/gallery.md +++ b/content/es/photos.md @@ -1,5 +1,5 @@ --- -title: "Gallery" +title: "Photos" menu: "main" weight: 2 --- diff --git a/content/ru/gallery.md b/content/ru/photos.md similarity index 98% rename from content/ru/gallery.md rename to content/ru/photos.md index ea5a427..0f1b994 100644 --- a/content/ru/gallery.md +++ b/content/ru/photos.md @@ -1,5 +1,5 @@ --- -title: "Gallery" +title: "Photos" menu: "main" weight: 2 ---