Kuma
Kuma
Change githubcard.js Path, so that it has a more reasonable path
和[hexo-all-minifier ](https://github.com/unhealthy/hexo-all-minifier)有冲突,压缩HTML后出现如下报错 ``` Cannot read property 'replace' of null ``` 报错的来源可能是 [ renderer.js](https://github.com/lzane/hexo-light-gallery/blob/master/src/renderer.js) ```javascript function wrapImage(data){ data.content = data.content.replace(imgRgr, function replace(match){ var res = '
## PR Checklist - [x] The commit message follows [guidelines for NexT](https://github.com/theme-next/hexo-theme-next/blob/master/.github/CONTRIBUTING.md). - [x] Tests for the changes was maked (for bug fixes / features). - [x] Muse | Mist...
`test.md` ``` {% note default %} #### Default Header Welcome to [Hexo!](https://hexo.io) {% endnote %} {% note primary %} #### Primary Header **Welcome** to [Hexo!](https://hexo.io) {% endnote %} ``` note...
说真的,有点失望。 这款软件不想我想要的那样。它并不能提高生产效率。 1. hexo 中有很多自动化配置的,模版 的`front-matter` 中可以配置占位符,在hexo 命令行中,可自动化生成相关信息。而在这个软件中,除了标题自动生成,其它啥都没有。 2. 编辑器我用 Typora 习惯了,换成这个,明显是效率会变得低。 3. 只有`新建post,其它page ,草稿等,并没有。 4. TOC呢,也没有么? 不是吧,难道长篇文章,要一直滚动么。 ---- **改进的建议:** - 想要界面好看实用,请参考 Typora - 其实就是 Typora 基础上增加 Hexo支持就OK - 建议,增加TOC...
原先的page路径采用的是,内容标题,且非英文和数字的都替换为`-`,将导致about的实际路径并不是这样的`/api/pages/about.json`。 此修复,page路径采用的是`page.source`变量,其值类似 `404/index.md`,取值斜杠前面的,如 `404`。将可正确的获取路径。 并且,`source` 目录下有其它文件夹,并不属于page范畴,在配置中添加选项,可排除。