forgetfulengineer

Results 2 comments of forgetfulengineer

我是使用這個插件,客製化的選項蠻齊全的 https://github.com/hexojs/hexo-generator-sitemap

試試看這個方法,應該可以不用關閉 pjax 找到 node_modules\hexo-component-inferno\lib\view\plugin\mathjax.js,並修改建立 script 的地方,加上 `"data-pjax": true`,變成以下這樣 ``` javascript return _createClass(Mathjax, [{ key: "render", value: function render() { var jsUrl = this.props.jsUrl; var js = "MathJax = {\n tex:...