From 71b593fbe8bb551a2ed92b0ce1ffe4110b2b421a Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 23 Apr 2026 18:24:05 +0100 Subject: [PATCH 1/3] feat(workflows): enabled neocities deployment cleanup --- .gitea/workflows/ManualPushToNeocities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ManualPushToNeocities.yaml b/.gitea/workflows/ManualPushToNeocities.yaml index bd56aa4..0414cda 100644 --- a/.gitea/workflows/ManualPushToNeocities.yaml +++ b/.gitea/workflows/ManualPushToNeocities.yaml @@ -20,7 +20,7 @@ jobs: uses: bcomnes/deploy-to-neocities@v3 with: api_key: ${{ secrets.NEOCITIES_API_TOKEN }} - cleanup: false + cleanup: true neocities_supporter: false preview_before_deploy: true dist_dir: dist From 0c059c81a0c580f6bf261d23562cce17998d3144 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 23 Apr 2026 18:30:54 +0100 Subject: [PATCH 2/3] feat(human.json): added human.json file --- public/human.json | 34 ++++++++++++++++++++++++++++++++++ src/layouts/MainLayout.astro | 1 + 2 files changed, 35 insertions(+) create mode 100644 public/human.json diff --git a/public/human.json b/public/human.json new file mode 100644 index 0000000..778764e --- /dev/null +++ b/public/human.json @@ -0,0 +1,34 @@ +{ + "version": "0.1.1", + "url": "https://foxgirlriley.neocities.org", + "vouches": [ + { + "url": "https://astreaprtcl.dev", + "vouched_at": "2026-04-23" + }, + { + "url": "https://girlkissing.tips", + "vouched_at": "2026-04-23" + }, + { + "url": "https://hopium.club", + "vouched_at": "2026-04-23" + }, + { + "url": "https://autumnvleaves.neocities.org/", + "vouched_at": "2026-04-23" + }, + { + "url": "https://www.poti.chat", + "vouched_at": "2026-04-23" + }, + { + "url": "https://tilde.linuxposting.xyz/~xenonshadow/", + "vouched_at": "2026-04-23" + }, + { + "url": "https://tilde.linuxposting.xyz/~jhalfsharp/", + "vouched_at": "2026-04-23" + } + ] +} \ No newline at end of file diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro index 2207705..4ff288f 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -16,6 +16,7 @@ const hasPosts = (await getCollection("blog")).length > 0; {pageTitle} + { From 7932ad117c3299dd2b846ba707a55111518fb6c7 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 23 Apr 2026 18:31:49 +0100 Subject: [PATCH 3/3] feat(friend-badges): added url to june's button --- src/lib/FriendBadges.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index c782283..485fba7 100644 --- a/src/lib/FriendBadges.ts +++ b/src/lib/FriendBadges.ts @@ -5,6 +5,7 @@ export const FriendBadgePath = "/Badges/Friends/"; const FriendBadges: Array = [ { image: "june-button.gif", + url: "https://tilde.linuxposting.xyz/~jhalfsharp/", title: "June" }, {