From 867e142c38ecfacdc780211cc55f9614dec0709d Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 23 Apr 2026 18:22:57 +0100 Subject: [PATCH 1/4] feat(friend-badges): removed badge --- public/Badges/Friends/ceressees.gif | Bin 726 -> 0 bytes src/lib/FriendBadges.ts | 5 ----- 2 files changed, 5 deletions(-) delete mode 100644 public/Badges/Friends/ceressees.gif diff --git a/public/Badges/Friends/ceressees.gif b/public/Badges/Friends/ceressees.gif deleted file mode 100644 index 744f098b7df1f9c6776371a8dcf23d9b5db0a501..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 726 zcmZ?wbh9u|j9`#wC}&_${Lk&@8WQa67~pE8XTZ$J02KPk!jb}{b%2-wq^wawLbbSZ z%Cg4`ckTYj^#2Y+*^Jkx7tPsnt9z!?DV29Ak31%|v**SIZ(H|!$=q+(zFl3rtM0qq za!!_%&GSD_70yzazxeW&Bv#T)xj;eW%D}od#B&s%9;6GUISv3B*-Xd1}>mMJZMI# zun3i9u2>zDEPT^j{MhH8CpaE?boqC3-F@zP``aEFkM-MF7+FD425}FjA)qKzV^Kjh zgk_Nh&*C3*99NdjSI@nzT>RkeGa(icurc76$MhD+80{%wZ#iZ7gT3`@1ISy41D3to zHSg64T>}k2zsIRN_FBy17ZHK@D*)s#PX;~)W(F3RzkmjTf`~;VsUi|=AwESsDaeYv Ku$u%{WDNjDN(XNM diff --git a/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index f731aef..c782283 100644 --- a/src/lib/FriendBadges.ts +++ b/src/lib/FriendBadges.ts @@ -12,11 +12,6 @@ const FriendBadges: Array = [ url: "https://astreaprtcl.dev", title: "⌬-0x7e5ac6" }, - { - image: "ceressees.gif", - url: "https://ceressees.dev", - title: "Ceres" - }, { image: "girlkissing.png", url: "https://girlkissing.tips", From 71b593fbe8bb551a2ed92b0ce1ffe4110b2b421a Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 23 Apr 2026 18:24:05 +0100 Subject: [PATCH 2/4] 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 3/4] 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 4/4] 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" }, {