-
-
Notifications
You must be signed in to change notification settings - Fork 36
Plugins
tommy351 edited this page Jan 6, 2013
·
110 revisions
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-discount - Discount
- hexo-renderer-haml - Haml
- hexo-renderer-jade - Jade
- hexo-renderer-less - Less
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/