NexT

Theme for Hexo

What's Changed

🌟 New Features

  • Add Umami and Plausible Analytics by @leirock in https://github.com/next-theme/hexo-theme-next/pull/569
    +# Umami Analytics
    +# See: https://umami.is/
    +umami:
    + enable: false
    + script_url: # https://umami.example.com/script.js
    + website_id: # <your website id>

    +# Plausible Analytics
    +# See: https://plausible.io/
    +plausible:
    + enable: false
    + script_url: # https://plausible.io/js/script.js
    + site_domain: # www.example.com

⭐ Features

  • Putting blogroll and related-posts in separate sidebar-inner elements by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/593
  • Move custom text settings to language file (de453da)
    Options for string translation are removed from _config.yml, to support multilingual websites. To customize the translations, you need to create a languages.yml file in source/_data directory, then add codes like this:
    zh-CN:
    sidebar:
    links: ι“ΎζŽ₯
    widget:
    github: 在 GitHub δΈŠε…³ζ³¨ζˆ‘
    chat: 聊倩
    reward:
    comment: ζ”―ζŒδΈ€ζ Ήζ£’ζ£’η³–οΌ

    en:
    sidebar:
    links: Friends
  • Remove widgetpack rating (179176e)
    -# Star rating support to each article.
    -# To get your ID visit https://widgetpack.com
    -rating:
    - enable: false
    - id: # <app_id>
    - color: "#fc6423"
  • Add cc icon in post-copyright (f9dd986)
  • Add motion.transition.menu_item (705201b)
    motion:
    transition:
    + menu_item: fadeInDown

🐞 Bug Fixes

  • Fix URL of related posts (243d81e)
  • Fix span.social-link color (c09c78c)
  • Fix body.sidebar-active content width (0e79d30)

πŸ›  Improvements

  • Create issue forms by @njzjz in https://github.com/next-theme/hexo-theme-next/pull/595
  • Improve accessibility by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/597
  • Refactor sidebar-toggle, sidebar-dimmer & back-to-top (c7b92c3)
  • Optimize semantic elements' name (b78fb3a)
  • Refactor header & sidebar style (25eb0bc)
  • Adjust back2top style (29cb5eb)
  • Update addthis share (4b41762)

πŸŒ€ External Changes

  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in https://github.com/next-theme/hexo-theme-next/pull/590
  • Update dependency eslint to v8.28.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/585
  • Update dependency chai to v4.3.7 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/588
  • Migrate to stylelint (3763e0d)

πŸ“– Documentation

  • Add license scan report and status by @fossabot in https://github.com/next-theme/hexo-theme-next/pull/594
  • Update darkmode README (d686890)

🌍 Localization

  • New Crowdin updates by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/586

New Contributors

  • @lgtm-com made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/590
  • @fossabot made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/594

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

Detailed changes for NexT v8.14.0

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

0%