NexT

Theme for Hexo

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

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

0%