Skip to content

Releases: mulder21c/hexo-theme-amorfati

1.0.5

30 Mar 09:10
Compare
Choose a tag to compare

Fixes

This update improves the following:

Update packages for Node 12

  • update all packages to latest
  • replace hexo-renderer-jade with hexo-rederer-pug since hexo-renderer-jade was deprecated
    therefore, when you update from 1.0.4 or lower, you should remove hexo-renderer-jade and install hexo-rederer-pug

Fixes some JSON-LD issues

  • replace type of publisher to Organization from Person,
    since Google does not support Person type for publisher entry.
  • add logo parameter into publisher entry
    This represents profile.gravatar specified in _config.yml
  • add description data that was missing

1.0.4

02 Dec 13:10
Compare
Choose a tag to compare

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

29 Nov 13:34
Compare
Choose a tag to compare

In the latest version of Hexo, the URL was found to be broken since the URL was converted based on the root config, so fixed that issue.

1.0.2

22 Nov 02:19
Compare
Choose a tag to compare

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

27 Apr 07:45
Compare
Choose a tag to compare

Fixes

  • fixed up problem with copying resource at install (issue #1)

First Release

01 Feb 12:51
Compare
Choose a tag to compare
v1.0.0

modify install description in README.md