Swap to hosting Gemini at byjp.me
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
Deploy Hugo site to Pages / ipfs-publish (push) Blocked by required conditions

This commit is contained in:
JP Hastings-Spital 2024-11-20 17:46:17 +00:00
parent b0323735e4
commit f16ee40af4
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ version: '3'
vars:
domain: www.byjp.me
gmi_domain: byjp.cc
gmi_domain: byjp.me
puma_dev_tld: .test
env:

View file

@ -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!)

View file

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