summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/_default/index.json')
-rw-r--r--themes/PaperMod/layouts/_default/index.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/PaperMod/layouts/_default/index.json b/themes/PaperMod/layouts/_default/index.json
new file mode 100644
index 0000000..2c86f7c
--- /dev/null
+++ b/themes/PaperMod/layouts/_default/index.json
@@ -0,0 +1,7 @@
+{{- $.Scratch.Add "index" slice -}}
+{{- range .Site.RegularPages -}}
+ {{- if and (not .Params.searchHidden) (ne .Layout `archives`) (ne .Layout `search`) }}
+ {{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}}
+ {{- end }}
+{{- end -}}
+{{- $.Scratch.Get "index" | jsonify -}}