Sukka
Sukka
## What does it do? #4134 could be fixed by https://github.com/hexojs/hexo-cli/pull/200. The PR adds test cases for #4134. ## How to test ```sh git clone -b fix-4134 https://github.com/sukkaw/hexo.git cd hexo...
## What does it do? Try running `backtick_code_block` filter in worker_threads see what we could get. ## How to test ```sh git clone -b BRANCH https://github.com/USER/hexo.git cd hexo npm install...
**Why should we use monorepo?** For example, Hexo is dropping Node.js 8 at this moment. That means every CI config under every repo has to be updated. It is painful....
Hexo team is already aware of the CVE-2021-25987, and we have already implemented a fix five months ago (See PR https://github.com/hexojs/hexo/pull/4743). However, we will not release a minor version including...
## Check List Please check followings before submitting a new issue. - [x] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - [x] I have already searched existing issues...
Since Hexo is a framework outputting HTML files. So we should introduce an HTML transformer into Hexo's core. [PostHTML](https://posthtml.org/) is a tool to transform HTML/XML. With PostHTML we can: -...
The original discussion is at #2471 Here is my proposal: 1. We should not treat `hexo-theme-` prefixed package as a hexo plugin. See @tomap 's commit: https://github.com/hexojs/hexo/compare/master...tomap:feature/themeAsPackagediff-3d0f701643104f3b0e388b8f6a9a7f3eR38 2. Users are...
Since #550, the original creator of Hexo, @tommy351 want to speed up Hexo with multi core rendering. However, the #550 is never continued due to the difficulties of managing multiple...
## Check List Please check the following before submitting a new issue. - [x] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - [x] I have already searched existing...
## Check List Please check followings before submitting a new feature request. - [x] I have already read [Docs page](https://hexo.io/docs/) - [x] I have already searched existing issues ## Feature...