atom-hexo

Hexo for the Atom Editor.

Heroic Yang

3,993

11

1.1.1

MIT

GitHub

This package consumes the following services:

Atom-Hexo

Hexo for the Atom Editor.

Provides Hexo new, generate, deploy, publish, clean commands in the Atom Editor.

Install

apm install atom-hexo

You can also install atom-hexo by going to the Packages section on left hand side of the Settings view (cmd-,).

Usage

Enjoy writing!

Commands

Press cmd-shift-P to bring up the list of commands, and type:

- hexo new          # Create a new post
- hexo publish      # Publish a draft post
- hexo generate     # Generate static files
- hexo deploy       # Generate static files and deploy
- hexo clean        # Clean the cache file and generated files

Todo

- [] Test