{ "title": "{{ .Site.Title }}", "description": "{{ .Site.Params.description }}", "author": "{{ .Site.Params.author }}", "url": "{{ .Permalink }}", "type": "home", "social": { "twitter": "{{ .Site.Params.social.twitter }}", "github": "{{ .Site.Params.social.github }}", "email": "{{ .Site.Params.social.email }}" }, "keywords": {{ .Site.Params.keywords | jsonify }}, "images": {{ .Site.Params.images | jsonify }}, "lastmod": "{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" }}" }