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
765 stars 202 forks source link

jQuery not loading in Demo #32

Closed carsonip closed 6 years ago

carsonip commented 7 years ago

In the Demo ("Preview") site provided in the readme, which is http://blog.zhangruipeng.me/hexo-theme-minos/ , jQuery is not loading because of a wrong js src path. This causes the navigation drawer button to not work.

Current problematic version:

<script src="/hexo-theme-minos//hexo-theme-minos/js/jquery.min.js"></script>

While it is supposed to be:

<script src="/hexo-theme-minos/js/jquery.min.js"></script>

Note that this does not affect any of the theme users. This bug only appears in the demo page. I would suggest you to regenerate the demo page.

By the way, I am porting this theme to hugo. Thanks for all the hard work. Here is the repo of the port: https://github.com/carsonip/hugo-theme-minos