Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 419 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 419 Bytes

CircleCI

开发

# 执行开发构建的server
hexo s
# 创建一篇新文章
hexo new post xx
# 创建新页面
hexo new page xx

部署

# 生成构建静态页面
hexo g
# 部署到github上
hexo g -d