hello hexo
Hexo+Github搭建个人博客
1. 介绍
这是首次安装hexo成功后创建的test文档!
2. 常用操作
通过终端
cd 进入自己创建的myblogs文件夹
然后执行
hexo clean 清静态缓存
hexo g 生成html文件
hexo d 部署到Github
hexo s 启动服务 关闭 control+c
3. 注意事项
hexo 首次部署到github时 需要输入账号密码 ,这里的账号密码是指github中的Personal access tokens
可参考https://blog.csdn.net/qq_21040559/article/details/122621179
4. 参考博文:
https://blog.csdn.net/qq_21040559/article/details/122621179
https://hexo.io/zh-cn/docs/commands
https://xie.infoq.cn/article/90dc08c57463df3a1b2ad960f
https://yanglukuan.github.io/2017/08/17/firstblog/