NexT 6.0.2 Released
Breaking changes
MathJax (#32) [See docs for details]
Old configuration:
-# MathJax Support |
New configuration:
# Math Equations Render Support |
Features
- Added
katex
support (#32) (See breaking changes above) - Added: Support to lazy load the disqus comments (#34)
disqus:
lazyload: true - Added
cheers_enabled
config option (#43)# Enable "cheers" for archive page.
cheers_enabled: true - Added
pangu.js
instead of auto_spacing in hexo (#51, #56)# Pangu Support
# Dependencies: https://github.com/theme-next/theme-next-pangu
# For more information: https://github.com/vinta/pangu.js
pangu: true - Added
updated_diff
option topost_meta
(#50)post_meta:
created_at: true
updated_at: true
updated_diff: true - Added: Load custom files from outside the theme (#31, f968ffc, 12fe131, 1cb4d08, 8744238)
# Redefine custom file paths. Introduced in NexT v6.0.2.
# If commented, will be used default custom file paths.
# For example, you want to put your custom styles file
# outside theme directory in root `source/_data`, set
# `styles: source/_data/styles.styl`
custom_file_path:
#head: source/_data/head.swig
header: source/_data/header.swig
#sidebar: source/_data/sidebar.swig
styles: source/_data/styles.styl
#mixins: source/_data/mixins.styl
variables: source/_data/variables.styl
Optimizations
- Updated google-analytics.swig (#45)
- Updated translation for the DATA-FILES.md changes. (#47)
- Updated
<img src="/image-url" class="full-image" />
BUG (#52, 5a70fd3)
Bug Fixes
- Fixed misleading description of gitment (#22)
- Fixed: move needmoreshare_css to head (#26)
- Fixed: Turn OFF javascript with motion enable result in a blank page [fix added] (#27, d2be4fa)
- Fixed a position bug of the github_banner on the mobile layout. (#29, 3337b50)
- Fixed underlined category under title ends in an extra blank [fix added] (#36, 08d35be)
- Fixed: Add comment.enable to switch comment conveniently (#39)
- Fixed:
<link rel="canonical" href="URL"/>
is wrong! [fix added] (#40, bad4334) - Fixed an issue about the categories/tags count. (#42)
- Fixed: Override theme's
scheme
from main config [fix added] (#44, 1b0b53a) - Fixed
reading_progress
appear in index (#55)
For full changes, see the comparison between 6.0.1 and 6.0.2
Detailed changes for NexT v6.0.2