mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Swap to hosting Gemini at byjp.me
This commit is contained in:
parent
b0323735e4
commit
f16ee40af4
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ version: '3'
|
|||
|
||||
vars:
|
||||
domain: www.byjp.me
|
||||
gmi_domain: byjp.cc
|
||||
gmi_domain: byjp.me
|
||||
puma_dev_tld: .test
|
||||
|
||||
env:
|
||||
|
|
|
@ -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!)
|
||||
|
|
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in a new issue