Skip to content

🔮 Third-party front-end plugins for Hexo theme NexT.

License

Notifications You must be signed in to change notification settings

next-theme/plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NexT Plugins

Npm Version Npm Downloads Month Npm Downloads Total License

Plugins for Hexo theme NexT.

Installation

npm install @next-theme/plugins

Debug

First execute the following command in Hexo site root directory to ensure that the plugin is installed correctly.

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.

  2. Installed NexT through git:

    1. If you are using the latest master branch: Ignore this warning.
    2. 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.