From f16ee40af487ea207f22598bf6e79f18076ed515 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Wed, 20 Nov 2024 17:46:17 +0000 Subject: [PATCH] Swap to hosting Gemini at byjp.me --- Taskfile.yml | 2 +- content/notes/2024-05-01/ixuap/index.md | 2 +- layouts/partials/noindex.gmi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 1f1149e6..b7aadaf3 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,7 +4,7 @@ version: '3' vars: domain: www.byjp.me - gmi_domain: byjp.cc + gmi_domain: byjp.me puma_dev_tld: .test env: diff --git a/content/notes/2024-05-01/ixuap/index.md b/content/notes/2024-05-01/ixuap/index.md index 4b755c81..ccaa5933 100644 --- a/content/notes/2024-05-01/ixuap/index.md +++ b/content/notes/2024-05-01/ixuap/index.md @@ -11,6 +11,6 @@ syndications: --- 🎉 My blog is now also published as a capsule over the [Gemini Protocol](https://geminiprotocol.net)! -I'm sure this'll only be interesting only to the nerdiest of us, but should you want to see what it looks like, check out [gemini://byjp.cc](gemini://byjp.cc). +I'm sure this'll only be interesting only to the nerdiest of us, but should you want to see what it looks like, check out [gemini://byjp.cc](gemini://byjp.me). (I've found [Lagrange](https://gmi.skyjake.fi/lagrange/) to be an _excellent_ Gemini browser, if you need one!) diff --git a/layouts/partials/noindex.gmi b/layouts/partials/noindex.gmi index 5e56b0a8..d1654b28 100644 --- a/layouts/partials/noindex.gmi +++ b/layouts/partials/noindex.gmi @@ -3,6 +3,6 @@ {{- $url = strings.TrimSuffix "index.gmi" $url -}} {{- end -}} {{- if hasPrefix $url "gemini://www.byjp.me" -}} - {{- $url = strings.Replace $url "gemini://www.byjp.me" "gemini://byjp.cc" -}} + {{- $url = strings.Replace $url "gemini://www.byjp.me" "gemini://byjp.me" -}} {{- end -}} {{- return $url -}}