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 diff --git a/public/Badges/Friends/ceressees.gif b/public/Badges/Friends/ceressees.gif deleted file mode 100644 index 744f098..0000000 Binary files a/public/Badges/Friends/ceressees.gif and /dev/null differ 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} + { diff --git a/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index f731aef..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" }, { @@ -12,11 +13,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",