Skip to content

Plugins

TimNew edited this page Aug 18, 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>

Server

  • hexo-admin - a GUI for editing posts, runs at localhost:4000/admin

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

Tag helps you insert specified content in your post quickly.

Helper

Helper is used in theme to help you insert specified content quickly.

Deployer

Deployer plugin helps you deploy your site on web without complicated commands.

Console

Console is the interface between Hexo and you.

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