Releases: mulder21c/hexo-theme-amorfati
Releases · mulder21c/hexo-theme-amorfati
1.0.5
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
1.0.4
Fixes
This update corrects critical errors in Hexo 4.0.
add resolve_url
helper for external url
Added helper function to return origin URL when it has http/https or relative protocol, otherwise to return rooted path-base URL.
add escape
property set to false on paginator
Added an escape
property set to false
to the paginator
function since it converted HTML to special characters.
1.0.3
1.0.2
Fixes
Register and move some functions as hexo's helper
- In order to improve the reuse of the function for getting the full URL and the function for getting the representative image information, transferred the functions existing in the pug file to the helper of hexo.
improving JSON-LD
- Fixed JSON-LD grammar errors due to missing commas.
- Fixed a problem that caused a JSON grammar error when a string was broken because the quotes in the string were marked unencoded.
- The page showing the post list has been modified to display the list in JSON-LD as well.
- Each individual post has been enhanced to include a representative image in JSON-LD.
- Fixed a grammatical error when double quotes were included in the body of the JSON-LD data.
1.0.1
First Release
v1.0.0 modify install description in README.md