-
-
Notifications
You must be signed in to change notification settings - Fork 36
Plugins
Sergio Lepore edited this page Dec 23, 2013
·
110 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
- hexo-renderer-markdownjs - Markdown
- hexo-renderer-pandoc - Markdown
Migrator helps you migrate from other system easily.
- hexo-migrator-rss - RSS
- hexo-migrator-wordpress - WordPress
- hexo-local-images - Allows you to embed images stored on github
- hexo-tag-emojis - Allows you to insert emojis on your blog posts.
- hexo-tag-gdriveimage - Allows you to embed an image stored on your Google Drive account.
- hexo-tag-vimhighlight - Use vim to highlight code in your markdown source.
- hexo-summarizer - Automatic summarization
- hexo-gzip - gzip hexo static files, in order to avoid Apache2/Nginx gzipping at the fly (better performance)
- hexo-broken-link-checker - Detects links that don't work, missing images and redirects.
Check plugin development for more info.
You can edit this page to add your plugin to the list.
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/