Fixes
This update improves the following:
Update packages for Node 12
- update all packages to latest
- replace
hexo-renderer-jade
withhexo-rederer-pug
sincehexo-renderer-jade
was deprecated
therefore, when you update from 1.0.4 or lower, you should removehexo-renderer-jade
and installhexo-rederer-pug
Fixes some JSON-LD issues
- replace type of publisher to
Organization
fromPerson
,
since Google does not supportPerson
type for publisher entry. - add
logo
parameter intopublisher
entry
This representsprofile.gravatar
specified in_config.yml
- add
description
data that was missing