update gemini config

This commit is contained in:
Dominic Reich 2025-02-09 17:40:31 +01:00
parent 834b527fe2
commit b4caf5fada
Signed by: dominic
GPG key ID: 0B5787DB23049C45
2 changed files with 10 additions and 5 deletions

View file

@ -4,7 +4,7 @@ date: 2019-08-21
coverCaption: > coverCaption: >
Längenfeld at the evening. Längenfeld at the evening.
Photo taken near [Astlehn/Fischbach](https://www.openstreetmap.org/?mlat=47.062377833333336&mlon=10.959586666666667#map=15/47.062377833333336/10.959586666666667). Photo taken near [Astlehn/Fischbach](https://www.openstreetmap.org/?mlat=47.062377833333336&mlon=10.959586666666667#map=15/47.062377833333336/10.959586666666667).
lastmod: 2025-01-12T16:24:39+0000 lastmod: 2025-02-09T16:40:31+0000
comment: false comment: false
aliases: aliases:
- /about/to-qtztsR-osmprqmg/ - /about/to-qtztsR-osmprqmg/
@ -18,6 +18,7 @@ showRelated: false
sharingLinks: false sharingLinks: false
gemini: false
feed_exclude: true feed_exclude: true
--- ---

View file

@ -14,10 +14,6 @@ categories on the equipment page.
=> http://5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion/ View via Tor Hidden Service => http://5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion/ View via Tor Hidden Service
=> /about/ About this Gemini capsule => /about/ About this Gemini capsule
=> /archives/ Archives
## Pages
{{ range (where .RegularPages "Params.gemini" "ne" "false") }} {{ range (where .RegularPages "Params.gemini" "ne" "false") }}
=> {{ .RelPermalink }} {{ .Title }} => {{ .RelPermalink }} {{ .Title }}
{{- end }} {{- end }}
@ -34,3 +30,11 @@ categories on the equipment page.
=> {{ .RelPermalink }} {{ .Title }} => {{ .RelPermalink }} {{ .Title }}
{{- end }} {{- end }}
## Archives
{{ range (where (where (where .Site.Pages "Section" "in" (slice "posts")) ".Params.gemini" "ne" "false") ".Params.concept" "ne" "true").GroupByDate "2006" "desc" }}{{ $year := .Key -}}
### {{ .Key }}
{{ range .Pages.ByDate.Reverse }}
=> {{ .RelPermalink }} {{ .Title }}
{{- end }}
{{ end }}