Skip to content

ufresh2013/blog

Repository files navigation

blog

https://ufresh2013.github.io

  • 新建一篇文章
  $ hexo new <title>
  • 清除缓存文件 (db.json) 和已生成的静态文件 (public)。
  $ hexo clean
  • 生成静态文件
  $ hexo g -d -w
  -d, --deploy	文件生成后立即部署网站
  -w, --watch	监视文件变动
  • 部署网站
  $ hexo d
  • 启动服务器
  $ hexo server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published