mirror of
https://github.com/Extroonie/extroonie.com.git
synced 2026-07-07 07:06:42 -07:00
15 lines
542 B
JSON
15 lines
542 B
JSON
{
|
|
"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" }}"
|
|
}
|