NexT

Theme for Hexo

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

🌀 External Changes

  • Update actions/setup-python action to v4 (#531)
  • Update dependency eslint to v8.19.0 (#530)

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

Detailed changes for NexT v8.12.2

🐞 Bug Fixes

  • Fix double quotes inside cloudflare analytics HTML attribute (#520)
  • Optimize the position of copy-button (#508)

🛠 Improvements

  • Minify algolia logo if not enabled (#514)
  • Change the default CDN provider from jsdelivr to cdnjs (#507)
    vendors:
    - plugins: jsdelivr
    + plugins: cdnjs

🌀 External Changes

  • Update dependency hexo to v6.2.0 (#518)
  • Update dependency eslint to v8.16.0 (#516)
  • Update dependency mocha to v10 (#511)

🌍 Localization

  • New Crowdin updates (#522)

For full changes, see the comparison between v8.11.1 and v8.12.1

Detailed changes for NexT v8.12.1

0%