hexo+github新建文章和发布的方式
window命令行进入hexo所在的目录C:\gitHubBlog\hexo
hexo s #启动hexo,通过http://localhost:4000/ 预览本地博客内容
hexo new “文章名称” #新建文章,文章所在目录C:\gitHubBlog\hexo\source_posts
hexo new page “新的页面” #新页面还不知道怎么用hexo g #文章编辑完...
Continue reading...