/hexo-helper-structured-data

Hexo plugin for structured data

Primary LanguageJavaScript

hexo-helper-structured-data

Greenkeeper badge wercker status

Add structured data to Hexo

Install

npm install --save gazf/hexo-helper-structured-data

Usage

Firstly, you should edit your _config.yml by adding following configuration.

structured_data:
  label:
    archive: Archive
  sns:
    - https://twitter.com/test/
    - https://github.com/test/
  logo:
    path: logo.png
    width: 300
    height: 60
  article:
    eyecatch:
      key: image
      width: 1024
      height: 768