trwnh.com/unified.test.hugo/layouts/index.lunr.json

8 lines
380 B
JSON
Raw Normal View History

2024-10-05 06:27:07 +00:00
{{- $.Scratch.Add "pagesIndex" slice -}}
{{- range $index, $page := .Site.RegularPages -}}
{{- if gt (len $page.Content) 0 -}}
{{- $pageData := (dict "title" (or $page.Title $page.File.LogicalName) "href" $page.Permalink "content" $page.Plain) -}}
{{- $.Scratch.Add "pagesIndex" $pageData -}}
{{- end -}}
{{- end -}}
2024-10-05 19:56:14 +00:00
{{- $.Scratch.Get "pagesIndex" | jsonify }}