From 45e6358a4c1948ea1636dfeb1f21b71e1b0635bc Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Fri, 20 Feb 2026 19:19:35 +0000 Subject: [PATCH 1/3] fix(workflows): removed on push trigger (might be causing the workflow to run twice) --- .gitea/workflows/ManualVarCheck.yaml | 10 ---------- .gitea/workflows/OnMergeOnPushToLive.yaml | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 .gitea/workflows/ManualVarCheck.yaml diff --git a/.gitea/workflows/ManualVarCheck.yaml b/.gitea/workflows/ManualVarCheck.yaml deleted file mode 100644 index 77489e9..0000000 --- a/.gitea/workflows/ManualVarCheck.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: Var Check -run-name: ${{ gitea.actor }} checked the value of the variables -on: workflow_dispatch - -jobs: - echo-vars: - runs-on: ubuntu-latest - steps: - - name: Echo branch var - run: echo ${{ vars.BRANCH }} diff --git a/.gitea/workflows/OnMergeOnPushToLive.yaml b/.gitea/workflows/OnMergeOnPushToLive.yaml index 60b2f8e..6c64e27 100644 --- a/.gitea/workflows/OnMergeOnPushToLive.yaml +++ b/.gitea/workflows/OnMergeOnPushToLive.yaml @@ -6,9 +6,6 @@ on: - closed branches: - prod - push: - branches: - - prod jobs: build-and-deploy: From b5c3e41defa37f043a926ac7fe088b620fe2c8de Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Fri, 20 Feb 2026 21:56:23 +0000 Subject: [PATCH 2/3] fix(formatter): fixed formatter max line length --- .editorconfig | 3 ++- src/pages/blog/index.astro | 9 ++------- src/pages/index.astro | 37 ++++++------------------------------- 3 files changed, 10 insertions(+), 39 deletions(-) diff --git a/.editorconfig b/.editorconfig index ebe51d3..7d554d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,4 +9,5 @@ indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file +insert_final_newline = false +max_line_length = 150 \ No newline at end of file diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index ac543c5..cfed363 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -5,9 +5,7 @@ import TransFlagPanel from "../../layouts/TransFlagPanel.astro"; import Panel from "../../layouts/Panel.astro"; import "../../styles/blogIndex.scss"; -const latestPosts = (await getCollection("blog")).sort( - (a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(), -); +const latestPosts = (await getCollection("blog")).sort((a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()); ---
@@ -18,10 +16,7 @@ const latestPosts = (await getCollection("blog")).sort( latestPosts.map((post) => { return ( - +

{post.data.description}

diff --git a/src/pages/index.astro b/src/pages/index.astro index a772566..fcf698d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,50 +15,25 @@ import "../styles/Badge.scss";

- Hai! I'm Riley! A transfem  foxgirl - who likes programming & self-hosting who lives in the UK. Nice to meet you meow! - >^w^< + Hai! I'm Riley! A transfem  foxgirl who likes programming & self-hosting who lives in the UK. Nice + to meet you meow! >^w^<

- { - FriendBadges.map((badge) => ( - - )) - } + {FriendBadges.map((badge) => )}
- { - OtherBadges.map((badge) => ( - - )) - } + {OtherBadges.map((badge) => )}

- 🡠 + 🡠 Linuxposting webring - 🡢 + 🡢

From a4055590f24cd332c9284bb3990ab05f4b788701 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Fri, 20 Feb 2026 22:26:49 +0000 Subject: [PATCH 3/3] fix(webring): changed arrow characters to ones that have proper fonts --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index fcf698d..29e38c3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -31,9 +31,9 @@ import "../styles/Badge.scss";

- 🡠 + Linuxposting webring - 🡢 +