Compare commits
No commits in common. "7932ad117c3299dd2b846ba707a55111518fb6c7" and "38b8fea1b16b9d4d346922dba034a5d748e07ea8" have entirely different histories.
7932ad117c
...
38b8fea1b1
5 changed files with 6 additions and 37 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: bcomnes/deploy-to-neocities@v3
|
uses: bcomnes/deploy-to-neocities@v3
|
||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.NEOCITIES_API_TOKEN }}
|
api_key: ${{ secrets.NEOCITIES_API_TOKEN }}
|
||||||
cleanup: true
|
cleanup: false
|
||||||
neocities_supporter: false
|
neocities_supporter: false
|
||||||
preview_before_deploy: true
|
preview_before_deploy: true
|
||||||
dist_dir: dist
|
dist_dir: dist
|
||||||
|
|
|
||||||
BIN
public/Badges/Friends/ceressees.gif
Normal file
BIN
public/Badges/Friends/ceressees.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 726 B |
|
|
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -16,7 +16,6 @@ const hasPosts = (await getCollection("blog")).length > 0;
|
||||||
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>{pageTitle}</title>
|
<title>{pageTitle}</title>
|
||||||
<link rel="human-json" href="/human.json" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ export const FriendBadgePath = "/Badges/Friends/";
|
||||||
const FriendBadges: Array<BadgeInfo> = [
|
const FriendBadges: Array<BadgeInfo> = [
|
||||||
{
|
{
|
||||||
image: "june-button.gif",
|
image: "june-button.gif",
|
||||||
url: "https://tilde.linuxposting.xyz/~jhalfsharp/",
|
|
||||||
title: "June"
|
title: "June"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -13,6 +12,11 @@ const FriendBadges: Array<BadgeInfo> = [
|
||||||
url: "https://astreaprtcl.dev",
|
url: "https://astreaprtcl.dev",
|
||||||
title: "⌬-0x7e5ac6"
|
title: "⌬-0x7e5ac6"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
image: "ceressees.gif",
|
||||||
|
url: "https://ceressees.dev",
|
||||||
|
title: "Ceres"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
image: "girlkissing.png",
|
image: "girlkissing.png",
|
||||||
url: "https://girlkissing.tips",
|
url: "https://girlkissing.tips",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue