Skip to content

Plugins

AKFish edited this page Mar 9, 2014 · 110 revisions

Usage

Install

Execute the following command.

$ npm install <plugin-name> --save

Update

Execute the following command.

$ npm update

Uninstall

Execute the following command. Don't forget to disable the plugin before uninstalling.

$ npm uninstall <plugin-name>

Generator

Generator is used to generate static files.

Renderer

Renderer is used to process specific files.

Migrator

Migrator helps you migrate from other system easily.

Tag

Helper

Console

  • 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.

Others

Development

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/

Clone this wiki locally