-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hexo-apollo主题启动的时候左下角出现/ally/accessiblity-menu.js? #2326
Comments
I'm getting this issue on a fresh install of Hexo using the apollo theme. What exactly is it I'm missing. My page is blank HTML page except for the message:
|
@Dreyer have you installed the jade renderer? https://github.com/hexojs/hexo-renderer-jade |
@NoahDragon, I tried installing This is the {
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.3.6"
},
"dependencies": {
"hexo": "^3.2.0",
"hexo-deployer-sftp": "^0.1.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.0",
"hexo-generator-index": "^0.2.0",
"hexo-generator-sitemap": "^1.1.2",
"hexo-generator-tag": "^0.2.0",
"hexo-migrator-wordpress": "^0.1.2",
"hexo-renderer-ejs": "^0.3.0",
"hexo-renderer-jade": "^0.4.0",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-scss": "^1.0.2",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0"
}
} |
@Dreyer a temp solution is to lock version number for |
@Dreyer please get hexo-renderer-jade 0.4.1, this issue should be fixed. hexojs/hexo-renderer-jade#11 |
I'm going to fork the |
就是mathjax的问题,换一个就好了 |
It a feature of MathJAX displaying various message on the left-bottom corner, see http://docs.mathjax.org/en/latest/options/hub.html and search for If you would like to disable the message, here is a configuration example script(type="text/x-mathjax-config").
MathJax.Hub.Config({
messageStyle: "none"
});
script(async src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML" integrity="sha384-crwIf/BuaWM9rM65iM+dWFldgQ1Un8jWZMuh3puxb8TOY9+linwLoI7ZHZT+aekW" crossorigin="anonymous") You can also check JLHwung/hexo-theme-apollo@7cd1c5e for disabling MathJax messages. |
问题描述
具体效果请参看一下网站地址,加载网页的时候左下角会弹出/ally/accessiblity-menu.js。
配置环境
debain8 + nodejs4.2.6 + npm3.5.2 + hexo: 3.2.2 + hexo-cli: 1.0.2
问题补充
apollo主题地址,安装完全按照README安装的,采用的也是最新主题。ps:其他采用apollo主题的网站,比如这个网站并没有出现这种情况。
我怀疑是hexo-renderer-jade的问题,所以就remove了hexo-renderer-jade以后,网站完全无法访问,访问的话会返回下面的内容。
其他主题比如landscape并没有出现这种问题,请问这是什么原因导致的?
The text was updated successfully, but these errors were encountered: