Sha256: 61d61f37e672bdb4ccb5fffc2d8fb7e686a9cc6210447387faa60291a608d892

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 KB

Contents

{
  "@context": "http://schema.org",
  "@type": "NewsArticle",
  "mainEntityOfPage": "{{ page.url | replace:'index.html','' | prepend: site.url }}",
  "headline": "{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}",
  "datePublished": "{% if page.date %}{{ page.date | date_to_xmlschema }}{% else %}{{ site.time | date_to_xmlschema }}{% endif %}",
  "dateModified": "{% if page.date %}{{ page.date | date_to_xmlschema }}{% else %}{{ site.time | date_to_xmlschema }}{% endif %}",
  "description": "{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}",
  "author": {
    "@type": "Person",
    "name": "{{ site.name }}"
  },
  "publisher": {
    "@type": "Organization",
    "name": "{{ site.title }}",
    "logo": {
      "@type": "ImageObject",
      "url": "{{ site.logo | prepend: site.baseurl | prepend: site.url }}",
      "width": "60",
      "height": "60"
    }
  },
  "image": {
    "@type": "ImageObject",
    "url": "{{ site.logo | prepend: site.baseurl | prepend: site.url }}",
    "height": "60",
    "width": "60"
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hanuman-0.3.0 _includes/metadata.json
hanuman-0.2.0 _includes/metadata.json
hanuman-0.1.0 _includes/metadata.json