update gopher
This commit is contained in:
parent
b4caf5fada
commit
9a35ead581
7 changed files with 75 additions and 9 deletions
6
content/equipment/gophermap.txt
Normal file
6
content/equipment/gophermap.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
!Equipment
|
||||||
|
1.. ..
|
||||||
|
1Amateur radio radio-stuff
|
||||||
|
1Outdoor outdoor
|
||||||
|
1DIY diy
|
||||||
|
1Notebooks notebooks
|
7
content/equipment/outdoor/gophermap.txt
Normal file
7
content/equipment/outdoor/gophermap.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
!Outdoor
|
||||||
|
1.. ..
|
||||||
|
1Accessories accessories
|
||||||
|
1Backpacks backpacks
|
||||||
|
1Cooking cooking
|
||||||
|
1Food food
|
||||||
|
1Tents and hammocks tents-and-hammocks
|
6
content/equipment/radio-stuff/gophermap.txt
Normal file
6
content/equipment/radio-stuff/gophermap.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
1.. ..
|
||||||
|
1Transceivers transceivers
|
||||||
|
1Handhelds handhelds
|
||||||
|
1Antennas antennas
|
||||||
|
1Accessories accessories
|
||||||
|
1Software software
|
1
content/equipment/radio-stuff/transceivers/gophermap.txt
Normal file
1
content/equipment/radio-stuff/transceivers/gophermap.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
1.. ..
|
6
content/notes/gophermap.txt
Normal file
6
content/notes/gophermap.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
1.. ..
|
||||||
|
1FFmpeg ffmpeg
|
||||||
|
1FreeBSD freebsd
|
||||||
|
1Raspberry-Pi raspberry-pi
|
||||||
|
1Archlinux archlinux
|
||||||
|
1OpenBSD openbsd
|
|
@ -1,4 +1,6 @@
|
||||||
# {{ .Title }}
|
1.. ..
|
||||||
|
|
||||||
|
!{{ .Title }}
|
||||||
|
|
||||||
{{ .Date.Format (.Site.Params.dateform | default "January 2006") }} · {{ .ReadingTime }} minute read
|
{{ .Date.Format (.Site.Params.dateform | default "January 2006") }} · {{ .ReadingTime }} minute read
|
||||||
{{ if .Params.tags }}
|
{{ if .Params.tags }}
|
||||||
|
@ -6,3 +8,5 @@ Posted in: {{ range .Params.tags }}{{ . }} {{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ .RawContent }}
|
{{ .RawContent }}
|
||||||
|
|
||||||
|
1.. ..
|
||||||
|
|
|
@ -1,13 +1,49 @@
|
||||||
!{{ .Title }}
|
██████╗ ███████╗███████╗██████╗ ██████╗ ████████╗
|
||||||
|
██╔═══██╗██╔════╝╚════██║██╔══██╗██╔══██╗╚══██╔══╝
|
||||||
|
██║ ██║█████╗ ██╔╝██║ ██║██████╔╝ ██║
|
||||||
|
██║ ██║██╔══╝ ██╔╝ ██║ ██║██╔══██╗ ██║
|
||||||
|
╚██████╔╝███████╗ ██║ ██████╔╝██║ ██║ ██║
|
||||||
|
╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝
|
||||||
|
oe7drt.com
|
||||||
|
|
||||||
{{ .RawContent }}
|
Welcome to my personal gopher hole!
|
||||||
|
|
||||||
Site sections:
|
This is my personal space on the internet that I use mainly to keep track on
|
||||||
{{ range .Site.Menus.main }}
|
different topics mainly on tech stuff like amateur radio or general computer
|
||||||
1{{ .Name }} {{ .Identifier }} {{ $.Site.Params.hostname }} 70
|
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 }}
|
{{ end }}
|
||||||
|
|
||||||
Most recent articles
|
1Links links
|
||||||
{{ range first 3 .Pages.ByPublishDate.Reverse }}
|
1Privacy privacy
|
||||||
0{{ .Title }} {{ with .OutputFormats.Get "gopher" -}}{{ .RelPermalink }} {{ $.Site.Params.hostname }} 70 {{ end }}
|
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 }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue