blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

index.json.json (253B)


      1 {{- $.Scratch.Add "index" slice -}}
      2 {{- range .Site.RegularPages -}}
      3   {{- $.Scratch.Add "index" (dict
      4     "title" .Title
      5     "permalink" .Permalink
      6     "content" .Plain
      7     "summary" .Summary
      8   ) -}}
      9 {{- end -}}
     10 {{- $.Scratch.Get "index" | jsonify -}}