Compare commits

...

5 commits

5 changed files with 35 additions and 4 deletions

View file

@ -0,0 +1,10 @@
name: Var Check
run-name: ${{ gitea.actor }} checked the value of the variables
on: workflow_dispatch
jobs:
echo-vars:
runs-on: ubuntu-latest
steps:
- name: Echo branch var
run: echo ${{ vars.BRANCH }}

View file

@ -5,10 +5,10 @@ on:
types: types:
- closed - closed
branches: branches:
- ${{ vars.BRANCH }} - prod
push: push:
branches: branches:
- ${{ vars.BRANCH }} - prod
jobs: jobs:
build-and-deploy: build-and-deploy:

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

View file

@ -5,15 +5,23 @@ const FriendBadgesPath = "/Badges/Friends/";
const FriendBadges: Array<BadgeInfo> = [ const FriendBadges: Array<BadgeInfo> = [
{ {
image: FriendBadgesPath + "astreaprtcl-small.png", image: FriendBadgesPath + "astreaprtcl-small.png",
url: "https://astreaprtcl.dev" url: "https://astreaprtcl.dev",
title: "⌬-0x7e5ac6"
},
{
image: FriendBadgesPath + "ceressees.gif",
url: "https://ceressees.dev",
title: "Ceres"
}, },
{ {
image: FriendBadgesPath + "autumnvleaves.jpg", image: FriendBadgesPath + "autumnvleaves.jpg",
url: "https://autumnvleaves.neocities.org/" url: "https://autumnvleaves.neocities.org/",
title: "Autumn"
}, },
{ {
image: FriendBadgesPath + "eva_poti_chat.png", image: FriendBadgesPath + "eva_poti_chat.png",
url: "https://www.poti.chat", url: "https://www.poti.chat",
title: "Eva"
} }
] ]

View file

@ -48,4 +48,17 @@ import "../styles/Badge.scss";
} }
</div> </div>
</Panel> </Panel>
<Panel title="Webring!">
<p>
<a
href="https://tilde.linuxposting.xyz/ring.py?prev&foxgirlriley.neocities.org"
>🡠</a
>
<a href="#" title="Coming soon">Linuxposting webring</a>
<a
href="https://tilde.linuxposting.xyz/ring.py?next&foxgirlriley.neocities.org"
>🡢</a
>
</p>
</Panel>
</Main> </Main>