update gopher

This commit is contained in:
Dominic Reich 2025-02-09 17:41:27 +01:00
parent b4caf5fada
commit 9a35ead581
Signed by: dominic
GPG key ID: 0B5787DB23049C45
7 changed files with 75 additions and 9 deletions

View file

@ -0,0 +1,6 @@
!Equipment
1.. ..
1Amateur radio radio-stuff
1Outdoor outdoor
1DIY diy
1Notebooks notebooks

View file

@ -0,0 +1,7 @@
!Outdoor
1.. ..
1Accessories accessories
1Backpacks backpacks
1Cooking cooking
1Food food
1Tents and hammocks tents-and-hammocks

View file

@ -0,0 +1,6 @@
1.. ..
1Transceivers transceivers
1Handhelds handhelds
1Antennas antennas
1Accessories accessories
1Software software

View file

@ -0,0 +1 @@
1.. ..

View file

@ -0,0 +1,6 @@
1.. ..
1FFmpeg ffmpeg
1FreeBSD freebsd
1Raspberry-Pi raspberry-pi
1Archlinux archlinux
1OpenBSD openbsd

View file

@ -1,4 +1,6 @@
# {{ .Title }}
1.. ..
!{{ .Title }}
{{ .Date.Format (.Site.Params.dateform | default "January 2006") }} · {{ .ReadingTime }} minute read
{{ if .Params.tags }}
@ -6,3 +8,5 @@ Posted in: {{ range .Params.tags }}{{ . }} {{ end }}
{{ end }}
{{ .RawContent }}
1.. ..

View file

@ -1,13 +1,49 @@
!{{ .Title }}
██████╗ ███████╗███████╗██████╗ ██████╗ ████████╗
██╔═══██╗██╔════╝╚════██║██╔══██╗██╔══██╗╚══██╔══╝
██║ ██║█████╗ ██╔╝██║ ██║██████╔╝ ██║
██║ ██║██╔══╝ ██╔╝ ██║ ██║██╔══██╗ ██║
╚██████╔╝███████╗ ██║ ██████╔╝██║ ██║ ██║
╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝
oe7drt.com
{{ .RawContent }}
Welcome to my personal gopher hole!
Site sections:
{{ range .Site.Menus.main }}
1{{ .Name }} {{ .Identifier }} {{ $.Site.Params.hostname }} 70
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.
The creation of the gopher pages is mostly automatic and is not monitored.
Some pages will not be complete, please keep that in mind when browsing the
archives!
hView via Gemini URL:gemini://oe7drt.com/
hView via HTTPS URL:https://oe7drt.com/
hView via Tor Hidden Service URL:http://5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion/
1About this Gopher hole about
Recent articles
{{ range (first 5 (where .Site.RegularPages.ByDate.Reverse "Section" "posts")) -}}
1{{ .Title }} {{ .RelPermalink }}
{{ end }}
Most recent articles
{{ range first 3 .Pages.ByPublishDate.Reverse }}
0{{ .Title }} {{ with .OutputFormats.Get "gopher" -}}{{ .RelPermalink }} {{ $.Site.Params.hostname }} 70 {{ end }}
1Links links
1Privacy privacy
1License license
1Notes notes
1Equipment equipment
Spams
{{ range (first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "spam")) -}}
1{{ .Title }} {{ .RelPermalink }}
{{ end }}
Archives{{ range (where (where (where .Site.RegularPages "Section" "in" (slice "posts")) ".Params.gemini" "ne" "false") ".Params.concept" "ne" "true").GroupByDate "2006" "desc" }}{{ $year := .Key }}
{{ .Key -}}
{{ range .Pages.ByDate.Reverse }}
1{{ .Title }} {{ .RelPermalink }}
{{- end }}
{{ end }}