Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:28:05.000Z (9 months ago)
- Last Synced: 2024-04-14T08:52:35.334Z (9 months ago)
- Topics: hexo, hexo-plugin, theme-next
- Language: JavaScript
- Homepage:
- Size: 221 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NexT Plugins
[![Npm Version](https://img.shields.io/npm/v/@next-theme/plugins?style=flat-square)](https://npmjs.org/package/@next-theme/plugins)
[![Npm Downloads Month](https://img.shields.io/npm/dm/@next-theme/plugins?style=flat-square)](https://npmjs.org/package/@next-theme/plugins)
[![Npm Downloads Total](https://img.shields.io/npm/dt/@next-theme/plugins?style=flat-square)](https://npmjs.org/package/@next-theme/plugins)
[![License](https://img.shields.io/npm/l/@next-theme/plugins?style=flat-square)](https://npmjs.org/package/@next-theme/plugins)Plugins for Hexo theme NexT.
## 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.