NexT 8.16.0 Released
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