NexT 8.13.0 Released

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