hexojs / site

The website for Hexo. https://hexo.io/
https://hexo.io
MIT License
655 stars 1.29k forks source link

feat: add hexo-theme-ruyun. #2182

Closed ztygalaxy closed 1 month ago

ztygalaxy commented 1 month ago

Check List

Please read and check followings before submitting a PR.

github-actions[bot] commented 1 month ago

Theme thumbnails validation completed.

yoshinorin commented 1 month ago

@ztygalaxy BTW, it would be better to use https://cdn.mathjax.org instead of http://cdn.mathjax.org in the source code of https://github.com/ztygalaxy/ztygalaxy.github.io. You'll get Mixed Content errors in the browser console otherwise like following.

Mixed Content: The page at 'https://ztygalaxy.github.io/' was loaded over HTTPS, but requested an insecure script 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'. This request has been blocked; the content must be served over HTTPS.

e.g: https://github.com/ztygalaxy/ztygalaxy.github.io/blob/master/404.html#L516