Mimi

Results 458 comments of Mimi

Feature added in https://github.com/hexojs/hexo/pull/5001

I will close this issue because the cache is controlled by the Hexo theme. The theme developer decides which rendered content is cached and reused. For example, if every page...

This may be related to the template engine used by the theme. Some engines have a "compile" process and the compiled cache may not be refreshed after a file change

See also #3397 #2705

See also https://github.com/hexojs/hexo/issues/1591 https://github.com/hexojs/hexo/issues/2675 A possible reason is that all the js and css files in the source folder are judged as pages https://github.com/hexojs/hexo/blob/6437ff51869faf1add5cbb1f5411586b61a93fbf/lib/plugins/processor/asset.js#L118-L124

FYI, `hexo-theme-minos` overrides the default hexo plugin to implement multilingual support for index / archive / tag generator: https://github.com/ppoffice/hexo-theme-minos/blob/master/scripts/10_i18n.js See also https://github.com/hexojs/hexo/issues/1125#issuecomment-595583413

You can use drafts: https://hexo.io/docs/writing#Drafts

See also https://github.com/theme-next/hexo-theme-next/issues/882#issuecomment-494267056 https://github.com/theme-next/hexo-theme-next/issues/718 https://github.com/hexojs/hexo/pull/3764

See also https://github.com/ppoffice/hexo-component-inferno/blob/a02bd8fa7675b8aa60559e9e9549ec192a2ba5ee/src/view/widget/toc.jsx

We need to benchmark on some real-world Hexo websites to evaluate the impact of generation speed @SukkaW @yoshinorin