You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that hexo will still render files even there is no file modified.
It eventually caused the slow hexo build.
➜ blog2$ git:(master) ✗hexo g
INFO Start processing
INFO Files loaded in 3.29 s
INFO 0 files generated in 1.38 min
$ hexo --debug g
......
07:39:30.641 DEBUG Rendering post: c/ops-systemd-log/index.html
07:39:30.907 DEBUG Rendering post: c/ops-fabric/index.html
07:39:31.140 DEBUG Rendering post: c/ops-dd/index.html
For feature request
Let hexo support incremental build.
The text was updated successfully, but these errors were encountered:
Environment Info
Node version(
node -v
):Your site
_config.yml
(Optional):https://github.com/ahuigo/hexo-theme-next/blob/master/_config.yml
Your theme
_config.yml
(Optional):https://github.com/ahuigo/hexo-conf/blob/master/_config.yml
Hexo and Plugin version(
npm ls --depth 0
):For Bug
Hexo does not support Incremental Build.
I found that hexo will still render files even there is no file modified.
It eventually caused the slow hexo build.
For feature request
Let hexo support incremental build.
The text was updated successfully, but these errors were encountered: