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
- Open your Hexo blog folder with the
atom /path/to/your hexo foldercommand - Or set the
Atom-HexoCurrent Working Directoryconfig on the Settings view, you can useAtom-Hexoanywhere, 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