Releases: next-theme/hexo-theme-next
Releases · next-theme/hexo-theme-next
v8.0.0-rc.3
💥 Breaking Changes
- Fix darkmode tag-cloud color (cbcd3f0)
# TagCloud settings for tags page.
tagcloud:
- # All values below are same as default, change them by yourself.
min: 12 # Minimum font size in px
max: 30 # Maximum font size in px
- start: "#ccc" # Start color (hex, rgba, hsla or color keywords)
- end: "#111" # End color (hex, rgba, hsla or color keywords)
- amount: 200 # Amount of tags, change it if you have more than 200 tags
+ amount: 200 # Total amount of tags
+ orderby: name # Order of tags
+ order: 1 # Sort order
- Update Valine CDN URL (390058e)
valine:
...
- notify: false # Mail notifier
- verify: false # Verification code
🐞 Bug Fixes
- Some minor fixes (bf3666f)
- Fix darkmode pagination & badge style (721e5b9)
- Fix figcaption text overflow (4be820a)
- Fix pandoc rendering error (17502da)
- Fix json filter (4013450)
- Decode TOC link (0d2b3af)
🛠 Improvements
🌀 External Changes
📖 Documentation
- Update docs for i18n (36808b9)
🌍 Localization
- New Crowdin translations (#8)
For full changes, see the comparison between v8.0.0-rc.2 and v8.0.0-rc.3
v8.0.0-rc.2
💥 Breaking Changes
- Allow empty menu items (a527bfd)
-override: false
menu:
- home: / || fa fa-home
+ #home: / || fa fa-home
#about: /about/ || fa fa-user
#tags: /tags/ || fa fa-tags
#categories: /categories/ || fa fa-th
- archives: /archives/ || fa fa-archive
+ #archives: /archives/ || fa fa-archive
#schedule: /schedule/ || fa fa-calendar
#sitemap: /sitemap.xml || fa fa-sitemap
#commonweal: /404/ || fa fa-heartbeat
- Update options of Valine (6e6fc74)
valine:
- appid: # Your leancloud application appid
- appkey: # Your leancloud application appkey
+ appId: # Your leancloud application appid
+ appKey: # Your leancloud application appkey
...
- guest_info: nick,mail,link # Custom comment header
+ meta: # Custom comment header
+ - nick
+ - mail
+ - link
codeblock:
...
- # Available values: normal | night | night eighties | night blue | night bright | solarized | solarized dark | galactic
- # See: https://github.com/chriskempson/tomorrow-theme
- highlight_theme: normal
+ # See: https://github.com/highlightjs/highlight.js/tree/master/src/styles
+ theme:
+ light: default
+ dark: dark
🐞 Bug Fixes
- Fix: bind DOMContentLoaded event on document instead of window (cd5e541)
- Fix: bind pjax event on document instead of window (75695df)
- Fix tables text align (00c64cc)
🛠 Improvements
- Use npm to determine the latest version (2de50b4)
- Optimize reward button style (e61c28d)
- Remove highlight-container (9527ef6)
🌀 External Changes
- Remove canvas_nest (632768c)
📖 Documentation
For full changes, see the comparison between v8.0.0-rc.1 and v8.0.0-rc.2
v8.0.0-rc.1
💥 Breaking Changes
- Migrate to Font-Awesome 5 (theme-next/hexo-theme-next#1438)
- Change the extension of the template files from
swig
tonjk
🐞 Bug Fixes
- Fix exturl title (theme-next/hexo-theme-next@d9c6d8b)
🛠 Improvements
- Optimize dark mode blockquote style (theme-next/hexo-theme-next@b0bd2dd)
- Optimize main-menu & sidebar-nav style (theme-next/hexo-theme-next@ca19a9d)