使用github page搭建hexo博客最佳实践 发表于 2017-07-02 更新于 2022-05-07 分类于 tools 概述使用github page + hexo搭建博客最佳实践。md文件和生成的博客网站文件分开管理,推送到各自的仓库保存。三步即可完成博客创建到发布并留档。 hexo new "new blog title" 写md文件 hexo g -d 生成静态博客网站文件并部署到github page git commit -am "save" && git push 推送md文件到github 阅读全文 »