diff --git a/.gitea/workflows/ManualVarCheck.yaml b/.gitea/workflows/ManualVarCheck.yaml new file mode 100644 index 0000000..77489e9 --- /dev/null +++ b/.gitea/workflows/ManualVarCheck.yaml @@ -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 }} diff --git a/.gitea/workflows/OnMergeOnPushToLive.yaml b/.gitea/workflows/OnMergeOnPushToLive.yaml index 7c3668c..60b2f8e 100644 --- a/.gitea/workflows/OnMergeOnPushToLive.yaml +++ b/.gitea/workflows/OnMergeOnPushToLive.yaml @@ -5,10 +5,10 @@ on: types: - closed branches: - - ${{ vars.BRANCH }} + - prod push: branches: - - ${{ vars.BRANCH }} + - prod jobs: build-and-deploy: 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/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index 2c03c68..3912e0d 100644 --- a/src/lib/FriendBadges.ts +++ b/src/lib/FriendBadges.ts @@ -5,15 +5,23 @@ const FriendBadgesPath = "/Badges/Friends/"; const FriendBadges: Array = [ { 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", - url: "https://autumnvleaves.neocities.org/" + url: "https://autumnvleaves.neocities.org/", + title: "Autumn" }, { image: FriendBadgesPath + "eva_poti_chat.png", url: "https://www.poti.chat", + title: "Eva" } ] diff --git a/src/pages/index.astro b/src/pages/index.astro index 6038212..a772566 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -48,4 +48,17 @@ import "../styles/Badge.scss"; } + +

+ 🡠 + Linuxposting webring + 🡢 +

+