From 6d3ea5cd4b65575e1f2532a1c324b306a7fd4c9e Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 4 Jul 2025 16:25:05 +1000 Subject: [PATCH 1/7] fix(deploy.yaml): fix system not running --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 9d8576f..681715c 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -7,8 +7,8 @@ on: jobs: deploy: - # runs-on: WebDeployment - runs-on: 3900x + runs-on: WebDeployment + # runs-on: 3900x container: image: docker.io/node:24-bookworm steps: From e104605a1165a7e59f67605e28c76c20f3d2ba73 Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 4 Jul 2025 16:28:43 +1000 Subject: [PATCH 2/7] fix(deploy.yaml): fix system not running --- .forgejo/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 681715c..32d6a75 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: deploy: From 9303258e98eef506c7ce363002a7aa613e4274ca Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 4 Jul 2025 16:49:55 +1000 Subject: [PATCH 3/7] fix(index): hide espi's button. domain down? --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6c172c9..09e95ff 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -103,11 +103,11 @@ const age = seconds / 31556952; image="https://erisdump.neocities.org/buttons/88x31_2.gif" target="https://erisdump.neocities.org" /> - + /> --> Date: Fri, 4 Jul 2025 16:50:47 +1000 Subject: [PATCH 4/7] ci(deploy): move to 3900x once again --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 32d6a75..fd7857e 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -8,8 +8,8 @@ on: jobs: deploy: - runs-on: WebDeployment - # runs-on: 3900x + # runs-on: WebDeployment + runs-on: 3900x container: image: docker.io/node:24-bookworm steps: From 40cd9c0554e09d2469f89531c8a890929881c582 Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 4 Jul 2025 17:03:48 +1000 Subject: [PATCH 5/7] fix(index): fixincorrect button url for sapphic --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 09e95ff..50ff531 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -115,7 +115,7 @@ const age = seconds / 31556952; /> Date: Fri, 25 Jul 2025 23:15:13 +1000 Subject: [PATCH 6/7] feat(BaseLayout): fix page sizing --- src/layouts/BaseLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 6acc6af..1d1cbbf 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -33,7 +33,7 @@ const { pageTitle, description = "Aria's little corner of the web" } = Astro.pro href={new URL("rss.xml", Astro.site)} /> - +