Compare commits
3 commits
867e142c38
...
7932ad117c
| Author | SHA1 | Date | |
|---|---|---|---|
| 7932ad117c | |||
| 0c059c81a0 | |||
| 71b593fbe8 |
4 changed files with 37 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
34
public/human.json
Normal file
34
public/human.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -16,6 +16,7 @@ const hasPosts = (await getCollection("blog")).length > 0;
|
|||
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{pageTitle}</title>
|
||||
<link rel="human-json" href="/human.json" />
|
||||
</head>
|
||||
<body>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ export const FriendBadgePath = "/Badges/Friends/";
|
|||
const FriendBadges: Array<BadgeInfo> = [
|
||||
{
|
||||
image: "june-button.gif",
|
||||
url: "https://tilde.linuxposting.xyz/~jhalfsharp/",
|
||||
title: "June"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue