Files
qingshuige-hugo/themes/PaperMod/layouts/_default/index.json
线粒体XianlitiCN c6f751ec63
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 2s
将PaperMod添加为静态文件
2026-02-03 03:04:10 +08:00

8 lines
341 B
JSON

{{- $.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 -}}