Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 452 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 452 Bytes

hexo blog

新建文章

hexo new "xxx" 

新建页面

hexo new page "xxx" 

本地服务

npm run dev 

发布

npm run publish 

Run server

hexo server

Generate static files

hexo generate

Deploy to remote sites

hexo deploy

注: 1 新建文章hexo new "xxx",同时创建图片文件夹

2 git push 自动发布