-
-
Notifications
You must be signed in to change notification settings - Fork 36
Plugins
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>- hexo-admin - a GUI for editing posts, runs at localhost:4000/admin
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
- hexo-generator-alias - Generate alias pages for redirecting to posts, pages or URL.
- hexo-yuidoc - Generate YUIDoc
- hexo-console-optimize - To optimize CSS/JS/HTML/Image
Renderer is used to process specific files.
- hexo-renderer-ejs - EJS
- hexo-renderer-coffeescript - CoffeeScript
-
hexo-renderer-discount - DiscountDeprecated since Node.js 0.10+ - hexo-renderer-stylus - Stylus
- hexo-renderer-haml - Haml
- hexo-renderer-jade - Jade
- hexo-renderer-less - Less
- hexo-renderer-sass - SCSS (using Node-Sass)
- hexo-renderer-ruby-sass - Sass (Ruby Sass with Compass support)
- hexo-renderer-marked - Markdown
- hexo-renderer-markdownjs - Markdown
- hexo-renderer-pandoc - [Markdown, Textile, reST]
- hexo-renderer-myth - Myth support
- hexo-renderer-dot - doT
- hexo-renderer-handlebars - Handlebars
Migrator helps you migrate from other system easily.
- hexo-migrator-rss - RSS
- hexo-migrator-wordpress - WordPress
- hexo-migrator-image - Migrates any remote or local images referenced in Markdown files
- hexo-migrator-cnblogs - Migrate from your CnBlogs to Hexo
- hexo-migrator-dropbox - Download the posts form Dropbox to Hexo
- hexo-migrator-issue - Pull the issues from a Github repository into Hexo as posts.
Tag helps you insert specified content in your post quickly.
- hexo-local-images - Allows you to embed images stored on github
- hexo-tag-gdriveimage - Allows you to embed an image stored on your Google Drive account.
- hexo-tag-flickr - Embed Flickr photo on your blog posts.
- hexo-tag-emojis - Allows you to insert emojis on your blog posts.
- 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-math - Render math equations with MathJax
- hexo-uml-tag - Render UML sequence diagram in your blog powered by Jumly
- hexo-tag-bootstrap - A collections of Bootstrap tag plugins.
- hexo-tag-owl - A tag about Hexo with media plug-in.
Helper is used in theme to help you insert specified content quickly.
- hexo-summarizer - Automatic summarization
Deployer plugin helps you deploy your site on web without complicated commands.
- hexo-deployer-jsftp - Deploy your blog to remote FTP server.
Console is the interface between Hexo and you.
- 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
- [hexo-heroku-auto-publisher] - Pull github issues to Hexo as posts automatically on Heroku. This plugin can transform Hexo project to a Heroku app.
Check plugin development for more info.
You can edit this page to add your plugin to the list.
[hexo-heroku-auto-publisher]https://github.com/songchenwen/hexo-heroku-auto-publisher
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/