Sukka

Results 403 comments of Sukka

> I believe that whether these are getters and setters or just the value of an object, they will also be available to other plugins with the same rights, otherwise...

Here is my idea: User-configured PostHTML options can not be overridden, while plugin-configured PostHTML options should based on the order for priority (earlier plugins' configured value can and will be...

> Awesome. Really like to solution. Did you notice any file size changes? Actually, yes. It seems that `stylis` (after tree shaking and minified) is about 500 bytes larger than...

`[email protected]` has been released. Mark the PR ready to review.

IIRC the documentation says to use the prefix `$` to not pass the prop to the DOM element. Does it work?

@stevenjoezhang What about writing a post about how to maintain a Hexo with multiple languages? Such as how to organize the `source` folder, how to set Front-Matters for each post,...

@stevenjoezhang > How about making the index / archive / tag generator all multilingual by default? Sounds like a great idea! Since Hexo 5.0.0 is on the go, it is...

Hexo doesn't know what files inside `source` folder should be used during generation, thus Hexo loads everything under `source` folder. Try to configure [`skip_render`](https://hexo.io/docs/configuration#Directory) in your `_config.yml` to exclude your...

@YoshinoriN Maybe I should change this to `feature request`..

cc @hexojs/core @curbengh @stevenjoezhang @jiangtj @segayuu @YoshinoriN @JLHwung Should we update minimum required Node.js version to 12? Although Hexo 5.0.0 might not require such a high Node.js version, but we...