Mimi

Results 399 comments of Mimi

`uglify-es` is deprecated. [terser](https://www.npmjs.com/package/terser) would be a good choice

categories and tags front matter is working, even without indentation https://hexo-optimize.pages.dev/all/2013/12/24/categories/ https://hexo-optimize.pages.dev/all/2013/12/24/tags/

TOC in `markdown.md` is also broken, because of https://github.com/hexojs/hexo/issues/2137 Need to fix it somehow.

Twitter widget was removed in https://github.com/hexojs/hexo-theme-light/commit/b5058e0

Using jsdom allows pangu to get exactly the same behavior in Node.js as in the browser ```js const { JSDOM } = require('jsdom'); const dom = new JSDOM(); const {...

See https://github.com/hexojs/hexo-pagination/blob/b55476aba501102b6f7e86b61713b125962d8b39/lib/pagination.js#L27

The original [pace](https://github.com/HubSpot/pace) is no longer maintained, maybe we will look for an alternative for it, and then fix the problem

Hexo 已实现文章置顶参数: hexojs/hexo-generator-index#51

可以通过 `--force-overwrite` 参数覆盖掉 `/etc/init.d/zerotier` ``` opkg install luci-app-zerotier_1.0-16_all.ipk --force-overwrite ```