NexT

Theme for Hexo

Welcome to the NexT documentation site! NexT is a high quality elegant theme for Hexo. It is crafted from scratch, with love.

User Guide

It's easy to set up NexT theme. Just follow documentation and create your personal website!

Feedback

  • Visit the Awesome NexT list to share plugins and tutorials with other users.
  • Join our Gitter chats.
  • Add or improve translation in few seconds.
  • Report a bug in GitHub Issues.
  • Request a new feature on GitHub.
  • Vote for popular feature requests.

What's Changed

💥 Breaking Changes

  • Upgrade to fancybox 5 by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/677

🌟 New Features

  • Support folding code blocks by @stevenjoezhang in https://github.com/next-theme/hexo-theme-next/pull/679
    codeblock:
    + # Fold code block
    + fold:
    + enable: false
    + height: 500

⭐ Features

  • Remove gitter support (223ea19)
    -# Gitter is a chat and networking platform.
    -# For more information: https://gitter.im
    -gitter:
    - enable: false
    - room:
  • Remove link posts feature (a24450d)

🐞 Bug Fixes

  • Fix next_url: add new option to decodeURI (b85201b)

🛠 Improvements

  • Update fa CSS selector (0624149)
  • Create code-container element (c596155)

🌀 External Changes

  • Update dependency stylelint to v15 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/611
  • Update dependency hexo-renderer-marked to v6.1.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/675
  • Update dependency eslint to v8.46.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/676
  • Update dependency c8 to v8.0.1 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/680
  • Refactor Pull Request Reminder (8fd8f92)

📖 Documentation

  • Update gitter url (d3b76a8)
  • Add npm downloads badge (dc8e5e1)

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.17.1...v8.18.0

Detailed changes for NexT v8.18.0

What's Changed

⭐ Features

  • Remove AddThis share (b9ba532)
    -# AddThis Share. See: https://www.addthis.com
    -# Go to https://www.addthis.com/dashboard to customize your tools.
    -add_this_id:
  • Allow disabling the copyright statement (72302c2)
    footer:
    copyright: false

🐞 Bug Fixes

  • Display warning message only once (824885e)

🛠 Improvements

  • Update stylelint rule (2e1de3e)
  • Use mermaid.run (eedd189)

🌀 External Changes

  • Update dependency hexo-renderer-marked to v6.1.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/665
  • Update dependency c8 to v8 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/668
  • Update dependency eslint to v8.44.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/669

🌍 Localization

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

Full Changelog: https://github.com/next-theme/hexo-theme-next/compare/v8.17.0...v8.17.1

Detailed changes for NexT v8.17.1

What's Changed

🌟 New Features

  • Add wavedrom support by @r12f in https://github.com/next-theme/hexo-theme-next/pull/655
    +# WaveDrom tag
    +wavedrom:
    + enable: false

🌀 External Changes

  • Switch to @adobe/css-tools (2d64661)
  • Update dependency eslint to v8.42.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/656
  • Update dependency c8 to v7.14.0 by @renovate in https://github.com/next-theme/hexo-theme-next/pull/659

New Contributors

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

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

Detailed changes for NexT v8.17.0

0%