Hexo for the Atom Editor.
Provides Hexo new
, generate
, deploy
, publish
, clean
commands in the Atom Editor.
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-,
).
atom /path/to/your hexo folder
commandAtom-Hexo
Current Working Directory
config on the Settings view, you can use Atom-Hexo
anywhere, once and for allEnjoy writing!
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
- [] Test
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.