Initial docs

This commit is contained in:
lvuch
2018-04-12 13:59:16 -07:00
commit d1752b4c7c
195 changed files with 131650 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"events": [
{{ range $i, $event := (where (where .Site.RegularPages "Section" "events") ".Params.type" "event") }}
{{ if $i }}, {{ end }}
{
"title": "{{ $event.Params.title }}",
"location": "{{$event.Params.location}}",
"eventDate": "{{$event.Params.eventdate}}",
"permalink": "{{.Permalink}}"
}
{{ end }}
]
}