forked from laurens/fediversity_website
12 lines
361 B
JSON
12 lines
361 B
JSON
{
|
|
"host": "nluug.nl",
|
|
"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 }}
|
|
{{- end -}}
|
|
]
|
|
}
|