diff --git a/.gitea/workflows/ManualPushToNeocities.yaml b/.gitea/workflows/ManualPushToNeocities.yaml index 0414cda..bd56aa4 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: true + cleanup: false neocities_supporter: false preview_before_deploy: true dist_dir: dist diff --git a/public/Badges/Friends/ceressees.gif b/public/Badges/Friends/ceressees.gif new file mode 100644 index 0000000..744f098 Binary files /dev/null and b/public/Badges/Friends/ceressees.gif differ diff --git a/public/human.json b/public/human.json deleted file mode 100644 index 778764e..0000000 --- a/public/human.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "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 4ff288f..2207705 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -16,7 +16,6 @@ const hasPosts = (await getCollection("blog")).length > 0;