Compare commits
5 commits
658cd93911
...
17fdb9425b
| Author | SHA1 | Date | |
|---|---|---|---|
| 17fdb9425b | |||
| d70d1cb132 | |||
| 3b09bba38e | |||
| 1735941a3f | |||
| e7d3ffacec |
5 changed files with 35 additions and 4 deletions
10
.gitea/workflows/ManualVarCheck.yaml
Normal file
10
.gitea/workflows/ManualVarCheck.yaml
Normal 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 }}
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
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 |
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue