NexT

Theme for Hexo

What's Changed

🌟 New Features

  • Support AddToAny share by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/633
    +# AddToAny Share. See: https://www.addtoany.com
    +addtoany:
    + enable: false
    + buttons:
    + - facebook
    + - twitter

⭐ Features

  • Update umami to use cdn by @LeenHawk in https://github.com/next-theme/hexo-theme-next/pull/638
    # Umami Analytics
    # See: https://umami.is/
    umami:
    enable: false
    script_url: # https://umami.example.com/script.js
    website_id: # <your website id>
    + host_url: # <your umami site url>
  • Add new inject point - postBodyStart by @ImSingee in https://github.com/next-theme/hexo-theme-next/pull/646
    # Define custom file paths.
    # Create your custom files in site directory `source/_data` and uncomment needed files below.
    custom_file_path:
    #head: source/_data/head.njk
    #header: source/_data/header.njk
    #sidebar: source/_data/sidebar.njk
    #postMeta: source/_data/post-meta.njk
    + #postBodyStart: source/_data/post-body-start.njk
    ...

🐞 Bug Fixes

  • Fix header class name conflict with pandoc (ed4bb2b)
  • Fix figcaption position when mobile_layout_economy enabled (c8b8456)

🌀 External Changes

  • Update dependency eslint to v8.40.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/636

New Contributors

  • @LeenHawk made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/638
  • @ImSingee made their first contribution in https://github.com/next-theme/hexo-theme-next/pull/646

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.15.1...v8.16.0

Detailed changes for NexT v8.16.0

What's Changed

⭐ Features

  • Support reprint by @jack9603301 in https://github.com/next-theme/hexo-theme-next/pull/618

🐞 Bug Fixes

  • Fix .footer-fixed toggle and position (1501440)

🌀 External Changes

  • Update dependency eslint to v8.37.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/621

🌍 Localization

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

New Contributors

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.15.0...v8.15.1

Detailed changes for NexT v8.15.1

What's Changed

⭐ Features

  • Animate nav item and panel activation by @PaperStrike in https://github.com/next-theme/hexo-theme-next/pull/323

🐞 Bug Fixes

  • Use absolute path githooks by @dimaslanjaka in https://github.com/next-theme/hexo-theme-next/pull/616

🛠 Improvements

  • Remove hidden .site-nav from accessibility tree by @PaperStrike in https://github.com/next-theme/hexo-theme-next/pull/615

🌀 External Changes

  • Update dependency stylelint-stylus to v0.18.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/612
  • Update dependency eslint to v8.35.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/613
  • Update dependency c8 to v7.13.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/614

New Contributors

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.14.2...v8.15.0

Detailed changes for NexT v8.15.0

What's Changed

🐞 Bug Fixes

  • Fix disqus comment count display with PJAX enabled (29de93d)
  • Fix umami & plausible enable option (9b84153)

🌀 External Changes

  • Update dependency stylelint-stylus to v0.17.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/608
  • Update dependency eslint to v8.33.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/609

📖 Documentation

  • Update docs of excerpt_description (7e908ba)

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.14.1...v8.14.2

Detailed changes for NexT v8.14.2

0%