NexT 6.6.0 Released
Breaking Changes
Refactored Creative Commons copyright (#463)
Joined post_copyright
and creative_commons
options into one.
Old configuration:
-# Creative Commons 4.0 International License. |
New configuration:
# Creative Commons 4.0 International License. |
Global improvement for ExtURL (#463)
From now no need to use exturl
tag – all external links will be automatically replaced in posts (and in templates) with spanned links if exturl
option will be enabled.
Old configuration:
social_icons: |
New configuration:
# Automatically add external URL with BASE64 encrypt & decrypt. |
Reward be more intelligent, related issue #280 (#465)
How to use?
In NexT _config.yml:
# Reward |
Or special config in .md:
|
Features
- Add gitalk comment system (#464)
- Add PDFObject and PDF.js support (#466)
Optimizations
- Format code in _config.yml (#469)
- Format code & change default CDN for pdfobject (#470)
- Add enable option for
read_more_btn
(#446)
Bug Fixes
- Fix the error when the Chinese is included in the hash (#452)
- Fix images in an anchor being wrapped as fancybox #399 and #394 (#468)
- Fix mathjax overflow (#488)
For full changes, see the comparison between 6.5.0 and 6.6.0
Detailed changes for NexT v6.6.0