From 43d33dd2a09835bc2884c6fdcf49e7987a694094 Mon Sep 17 00:00:00 2001 From: aria Date: Sun, 10 Aug 2025 11:47:14 +1000 Subject: [PATCH 1/3] refactor(post-5.mdx): :bulb: remove completed TODO --- src/blog/post-5.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/blog/post-5.mdx b/src/blog/post-5.mdx index c9350c7..4af5fc4 100644 --- a/src/blog/post-5.mdx +++ b/src/blog/post-5.mdx @@ -19,8 +19,6 @@ A couple months ago I made the post ## Where are we now? -{/* TODO: update days */} -
I am now 118 days into HRT at the time of writing, it has been honestly insane. from the softening of skin, to noticable change in body shape! From d186e10931b4b2a678eab790f0da32947bc0ce3e Mon Sep 17 00:00:00 2001 From: aria Date: Sun, 10 Aug 2025 15:17:29 +1000 Subject: [PATCH 2/3] feat(index.astro): add kold's button --- src/pages/index.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index aaf868e..86d594f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -188,6 +188,11 @@ const age = seconds / 31556952; image="https://arimelody.space/img/buttons/ari%20melody.gif" target="https://arimelody.space/" /> +
Extra 88x31 buttons! From cc96aaadf903abf5e4fe437d3b28c96851bfcf44 Mon Sep 17 00:00:00 2001 From: aria Date: Sun, 10 Aug 2025 15:18:42 +1000 Subject: [PATCH 3/3] ci(forgejo/deploy): :zap: move back to using 3900x machine now that runner is alive again --- .forgejo/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 35e79f6..b339660 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -8,7 +8,8 @@ on: jobs: deploy: - runs-on: WebDeployment + runs-on: 3900x + # runs-on: WebDeployment container: image: docker.io/node:24-bookworm steps: