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 -}}