2024-02-28 04:32:12 +00:00
|
|
|
# [runtimeterror $]
|
|
|
|
=> /about Adventures in self-hosting and other technological frustrations.
|
2024-02-27 04:57:24 +00:00
|
|
|
{{ $pages := .Pages -}}
|
|
|
|
{{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
|
|
|
|
2024-02-28 04:32:12 +00:00
|
|
|
### Posts
|
2024-02-27 04:57:24 +00:00
|
|
|
{{ range $pages }}
|
2024-02-28 04:32:12 +00:00
|
|
|
=> {{ .RelPermalink }} {{ .Date.Format "2006-01-02" }} {{ .Title }}
|
2024-02-27 04:57:24 +00:00
|
|
|
{{- end }}
|
2024-02-28 02:18:16 +00:00
|
|
|
|
|
|
|
---
|
2024-02-28 04:32:12 +00:00
|
|
|
=> https://runtimeterror.dev This site on the big web
|