-
-
Notifications
You must be signed in to change notification settings - Fork 36
Plugins
Execute the following command.
npm install <plugin-name>
Add plugin name to plugins in _config.yml.
plugins:
- plugin-one
- plugin-nameRemove plugin name from plugins in _config.yml.
plugins:
- plugin-oneExecute 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).
Reference plugin development for more info.
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/