Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.