ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
764 stars 203 forks source link

Fix: Error when generating static files due to safeLoad removed in js-yaml 4 #124

Closed wenheqi closed 3 years ago

wenheqi commented 3 years ago

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

Hexo has switched to js-yaml 4.0.0 since 5.4.0