NexT

Theme for Hexo

What's Changed

⭐ Features

  • Add preload tag for main.css by @njzjz in https://github.com/next-theme/hexo-theme-next/pull/577
  • Show follow-me qrcode image in current page instead of open new tab (c108c96)

🛠 Improvements

  • Mitigate DOM reflow with wrapTableWithBox by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/583
  • Fix darkmode gitalk color (3782192)

🌀 External Changes

  • New action Pull Request Reminder by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/283
  • Update dependency hexo-renderer-marked to v6 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/574
  • Update dependency eslint to v8.26.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/575
  • Update dependency mocha to v10.1.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/578

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.13.1...v8.13.2

Detailed changes for NexT v8.13.2

What's Changed

⭐ Features

  • Add changyan count configuration by @yanickxia in https://github.com/next-theme/hexo-theme-next/pull/570
    changyan:
    + # Show comments count
    + count: true

🌀 External Changes

  • Update dependency hexo to v6.3.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/566
  • Update dependency eslint to v8.24.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/567

New Contributors

  • @yanickxia made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/570

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.13.0...v8.13.1

Detailed changes for NexT v8.13.1

What's Changed

🌟 New Features

  • Add matomo as an analytics provider by @foliet in https://github.com/next-theme/hexo-theme-next/pull/553
    +# Matomo Analytics
    +# See: https://matomo.org/
    +matomo:
    + enable: false
    + server_url: # https://www.example.com/
    + site_id: # <your site id>

⭐ Features

  • Upgrade to disqusjs@3 by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/529

🐞 Bug Fixes

  • Fix server_url for lean-analytics by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/555

🌀 External Changes

  • Update dependency eslint to v8.23.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/552
  • Replace nyc with c8 (aacc483)

New Contributors

  • @foliet made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/553

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.12.3...v8.13.0

Detailed changes for NexT v8.13.0

🌀 External Changes

  • Update dependency eslint to v8.20.0 (#545)

For full changes, see the comparison between v8.12.2 and v8.12.3

Detailed changes for NexT v8.12.3

0%