Alternative content (RSS, (offline) JSON), social media partial

This commit is contained in:
Franz Klotsche
2025-11-19 11:16:40 +01:00
parent 1c9e04e308
commit dc0b5d8cfc
15 changed files with 501 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
{
"projects": [
{{- range $index, $page := (where .Site.RegularPages "Type" "in" "projects") }}
{{- if $index -}} , {{- end }}
{
"url": {{ .Permalink | jsonify }},
"title": {{ .Title | jsonify }},
"keywords": {{ delimit .Keywords ", " | jsonify }}
}
{{- end }}
]
}