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 -}}
|
2023-06-18 20:39:28 +02:00
|
|
|
{{ if ge (time .Lastmod) $index_time }}"{{ .Permalink }}",{{ end }}
|
2023-06-05 16:04:53 +02:00
|
|
|
{{- end -}}
|
|
|
|
]
|
|
|
|
}
|