amehime / hexo-theme-shoka

Just For https://shoka.lostyu.me/
MIT License
896 stars 206 forks source link

Fix incompatibility with Hexo 5.4 #25

Open Fidelxyz opened 3 years ago

Fidelxyz commented 3 years ago

Function yaml.safeLoad has been not supported since Hexo 5.4.

err: Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.

Use yaml.load instead.

ref: https://blog.csdn.net/weixin_45149481/article/details/116609116