hexo常用命令

  1. 初始化hexo
1
# hexo init
  1. 启动hexo
1
# hexo s
  1. 清楚缓存
1
# hexo clean
  1. 生成静态网站
1
# hexo g
  1. 将现在的文件部署到远端
1
# hexo d