forked from hexojs/hexo
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugins
vfasky edited this page May 23, 2013
·
15 revisions
Execute the following command.
npm install <plugin-name> --saveExecute 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
- hexo-summarizer - Automatic summarization
Reference plugin development for more info.
If you wanna your plugin listed in this page. Please add it to the wiki.