Skip to content

Plugins

tommy351 edited this page Oct 28, 2012 · 110 revisions

Commands

  • Install

    npm install <plugin-name>
    

    Edit _config.yml to enable the plugin.

    plugins:
    - <plugin-name>
    
  • Update

    npm update
    
  • Uninstall

    npm uninstall <plugin-name>
    
  • List

    npm list
    

List

Generators

Renderers

Development

Check documentation to learn how to make a plugin.

Caution

Attention! This wiki is no longer maintained.

Please visit the official website. https://hexo.io/

Clone this wiki locally