-
-
Notifications
You must be signed in to change notification settings - Fork 36
Plugins
Execute the following command.
npm install <plugin-name> --saveAdd plugin name to plugins in _config.yml.
plugins:
- plugin-one
- plugin-name
Remove plugin name from plugins in _config.yml.
plugins:
- plugin-one
Execute the following command.
npm updateExecute the following command. Don't forget to disable the plugin before uninstalling.
npm uninstall <plugin-name>Generator is used to generate static files.
- hexo-generator-feed - RSS Feed
- hexo-generator-sitemap - Sitemap
Renderer is used to process specific files.
- hexo-renderer-coffeescript - CoffeeScript
- hexo-renderer-haml - Haml
- hexo-renderer-jade - Jade
- hexo-renderer-less - Less
Helper is the function used in articles.
Deployer is used to deploy.
Processor is used to process source files.
Tag is the function used in articles.
Console allows you to execute commands in command-line interface (CLI).
Migrator helps you migrate from other system easily.
- hexo-migrator-rss - RSS
- hexo-migrator-wordpress - WordPress
Reference plugin development for more info.
If you wanna your plugin listed in this page. Please add it to the wiki.
Caution
Attention! This wiki is no longer maintained.
Please visit the official website. https://hexo.io/
Caution
Attention! This wiki is no longer maintained.
Please visit the official website. https://hexo.io/