https://github.com/next-theme/plugins
🧩 Third-party front-end plugins for Hexo theme NexT.
https://github.com/next-theme/plugins
hexo hexo-plugin theme-next
Last synced: 22 days ago
JSON representation
🧩 Third-party front-end plugins for Hexo theme NexT.
- Host: GitHub
- URL: https://github.com/next-theme/plugins
- Owner: next-theme
- License: mit
- Created: 2020-07-13T09:31:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:48:12.000Z (24 days ago)
- Last Synced: 2025-04-10T16:56:24.286Z (24 days ago)
- Topics: hexo, hexo-plugin, theme-next
- Language: JavaScript
- Homepage:
- Size: 239 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NexT Plugins
[](https://npmjs.org/package/@next-theme/plugins)
[](https://npmjs.org/package/@next-theme/plugins)
[](https://npmjs.org/package/@next-theme/plugins)
[](https://npmjs.org/package/@next-theme/plugins)This plugin provides the code for all optional third-party frontend libraries used by NexT. By default, NexT loads these libraries via CDN. However, in some cases, these CDNs may be unavailable (e.g., when the site is deployed in an intranet environment without internet access). In such situations, by installing this plugin and configuring the theme accordingly, Hexo can bundle the library code into the generated blog files, enabling offline deployment.
## Installation
```bash
npm install @next-theme/plugins
```## Debug
First execute the following command in Hexo site root directory to ensure that the plugin is installed correctly.
```bash
npm install
```If the warning persists, then the solution depends on how you installed NexT.
1. Installed NexT through npm:
Make sure the version numbers of `@next-theme/plugins` and `hexo-theme-next` are the same.1. Installed NexT through git:
1. If you are using the latest master branch: **Ignore this warning**.
1. If you are using the latest release version:
Make sure the version numbers of `@next-theme/plugins` and `hexo-theme-next` are the same.Feel free to raise new issues you find in this plugin.