Christoph Cullmann
cfaa9504a1
see https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae
6 lines
270 B
JSON
6 lines
270 B
JSON
{{- $.Scratch.Add "index" slice -}}
|
|
{{- range .Site.RegularPages -}}
|
|
{{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink) -}}
|
|
{{- end -}}
|
|
{{- $.Scratch.Get "index" | jsonify -}}
|