博客搭建(Hexo+replica主题) 之 部署篇
环境需求
快速开始
- clone 文档项目
1 | git clone https://github.com/CnTDou/tdou.cc.git tdou_cc |
- 安装项目依赖包
1 |
|
- 因当前项目主题是基于子模块引用更新子模块
1 | git submodule update --init --recursive |
- 启动开发者服务器
1 | hexo s |
如果您打开浏览器并访问http://localhost:4000
,您应该看到文档网站已启动并正在运行。
- 分支说明
- maseter hexo自动部署&github-pages
- v1.0 当前项目源文件
- 其他命令
1 | hexo init # 初始化,安装所需包 |
其他
- 功能:
FAQ
- Q: not code-js
1
$ npm install core-js@2
- Q: hexo d 无响应了
检查 _config.yml git 配置是否 ssh
- Q: not code-js
接入评论
评论
TwikooValine