Skip to content

gazf/hexo-helper-structured-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published