6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/list.indexnow.json

12 lines
361 B
JSON
Raw Normal View History

2023-06-05 16:04:53 +02:00
{
2023-06-05 16:28:49 +02:00
"host": "nluug.nl",
2023-06-05 16:04:53 +02:00
"key": "eef97f0eab614e95ba7b54615dc59f9d",
"keyLocation": "{{ absURL "/eef97f0eab614e95ba7b54615dc59f9d.txt" }}",
{{ $index_time := (time now).AddDate 0 0 -1 }}
"urlList": [
{{- range .Site.RegularPages -}}
{{ if ge (time .Lastmod) $index_time }}"{{ .Permalink }}",{{ end }}
2023-06-05 16:04:53 +02:00
{{- end -}}
]
}