From 8e8c0e21ce574ceee0b7ac4d65526b2dba5cf962 Mon Sep 17 00:00:00 2001 From: Ari Mayer Date: Sat, 9 May 2026 23:24:00 -0400 Subject: [PATCH] chore: tag docsite footer under Reyamira and pin Hugo for Hextra compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Override Hextra's i18n copyright string so the docsite footer reads "© 2026 Reyamira. Apache 2.0 licensed." instead of the theme default. Pin pages.yml to hugo-version 0.155.0. Hugo 0.156 removed .Site.Author, which the bundled Hextra 0.11.1 RSS template still references — leaving hugo-version on 'latest' breaks the Pages build. The pin holds until a Hextra upgrade resolves the incompatibility. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/pages.yml | 2 +- docsite/i18n/en.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docsite/i18n/en.yaml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d5c64cd1..4f1b3c58 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: '0.155.0' extended: true - name: Install Hugo Book theme diff --git a/docsite/i18n/en.yaml b/docsite/i18n/en.yaml new file mode 100644 index 00000000..3b954dd6 --- /dev/null +++ b/docsite/i18n/en.yaml @@ -0,0 +1 @@ +copyright: "© 2026 [Reyamira](https://reyamira.com). Apache 2.0 licensed."