heroicyang / atom-hexo

Hexo for the Atom Editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Open your Hexo blog folder with the atom /path/to/your hexo folder command
  • Or set the Atom-Hexo Current Working Directory config on the Settings view, you can use Atom-Hexo anywhere, once and for all

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

About

Hexo for the Atom Editor.

License:MIT License


Languages

Language:JavaScript 89.5%Language:CSS 10.5%