-
-
Notifications
You must be signed in to change notification settings - Fork 36
Plugins
SkyArrow edited this page Feb 15, 2014
·
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
- hexo-generator-minify - generate site with minified CSS and JS
Renderer is used to process specific files.
- hexo-renderer-coffeescript - CoffeeScript
-
hexo-renderer-discount - DiscountDeprecated, it doesn't support Node.js 0.10+ - hexo-renderer-haml - Haml
- hexo-renderer-jade - Jade
- hexo-renderer-less - Less
- hexo-renderer-markdownjs - Markdown
- hexo-renderer-pandoc - [Markdown, Textile, reST]
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-qiniu-sync - This is a hexo tag plugin which help you to embed static file stored on qiniu.
- hexo-tag-vimhighlight - Use vim to highlight code in your markdown source.
- hexo-tag-eval - Execute helper in your post.
- 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.
- hexo-relative-path - Replaces links to local file with relative path, easier publish to any web hosts.
- hexo-livereload - Refresh the browser when files changed
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/