Mimi
Mimi
You can use this plugin: https://github.com/twikoojs/hexo-next-twikoo
将NexT的twikoo插件留给twikoo的原作者团队进行维护有以下好处: 1. NexT是特意支持评论插件的模块化设计的,这样不需要将所有评论系统的代码都放进主仓库内,避免代码臃肿,减少维护成本; 2. twikoo团队对插件的特性更为了解,比NexT团队维护更好一些。 因此我将不会合并这个pull request。感谢您的理解。
可以参考 https://github.com/liyao1520/live2d-motionSync
This issue is indeed caused by the rendering order in Hexo. You will need to use other methods to generate the rendered content.
@AlliotTech Thank you for your patience, this pull request will be merged
Relevant code https://github.com/hexojs/hexo-renderer-marked/blob/d10fd5f50694df6f27e83d2fe760bc38675a6528/lib/renderer.js#L45-L50
This issue is not easy to solve because we don't know if there will be duplicates when generating first header.
Relevant code here: https://github.com/hexojs/hexo-generator-sitemap/blob/81bb3e97e19e9c68e36983935da023c3e203e9de/lib/generator.js#L15-L21
1. 可以通过设置CSS的text-indent属性来指定段首的缩进距离 ```css p { text-indent: 2em; } ``` 2. NexT沒有非常簡單的方法支持豎排樣式
Considering their performance and maintenance (update frequency), I think nanoid is a good alternative option. I will attempt to migrate to it. Superseded by https://github.com/hexojs/warehouse/pull/244