Skip to content

lingziyb/hexo-blog

Repository files navigation

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 自动发布