New
-
Detect Hexo site by checking whether
package.json
contains Hexo data or not. #1029{ "hexo": { "version": "3.0.0-rc.3" } }
Update
- Escape braces in code block in order to avoid rendering errors.
- Wrap placeholders with
<!-- -->
so marked won't generate<p>
tags - Escape Swig tags after before_post_render filters are executed
- Don't add raw tags automatically. It may cause more problems.
- Respect canonical_path in is_home helper
- Fixed paginator helper #1023
- Save cache for
hexo.locals
. - Process files in series to solve sync problem. #1035
- Don't save buffer cache to avoid memory waste.
- Fixed rename folder event is not handled