36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# oe7drt.com
|
|
|
|
Welcome to my personal Gemini space!
|
|
|
|
This is my personal space on the internet that I use mainly to keep track on
|
|
different topics mainly on tech stuff like amateur radio or general computer
|
|
related topics with some flavour of Linux and networking (and a bit of *BSD)
|
|
|
|
I will probably also publish more non-tech stuff within the Outdoor and DIY
|
|
categories on the equipment page.
|
|
|
|
=> gopher://oe7drt.com/ View via Gopher
|
|
=> https://oe7drt.com/ View via HTTPS
|
|
=> http://5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion/ View via Tor Hidden Service
|
|
|
|
=> /about/ About this Gemini capsule
|
|
=> /archives/ Archives
|
|
|
|
## Pages
|
|
|
|
{{ range (where .RegularPages "Params.gemini" "ne" "false") }}
|
|
=> {{ .RelPermalink }} {{ .Title }}
|
|
{{- end }}
|
|
|
|
## Notes
|
|
|
|
{{ range (where (where .Site.RegularPages.ByDate.Reverse "Section" "in" (slice "notes")) ".Params.gemini" "ne" "false") }}
|
|
=> {{ .RelPermalink }} {{ .Title }}
|
|
{{- end }}
|
|
|
|
## Equipment
|
|
|
|
{{ range (where (where .Site.RegularPages.ByDate.Reverse "Section" "in" (slice "equipment")) ".Params.gemini" "ne" "false") }}
|
|
=> {{ .RelPermalink }} {{ .Title }}
|
|
{{- end }}
|
|
|