初始化文件夹
新建文件夹后,进入
1 | $ hexo init |
配置网页需要的依赖
1 | $ npm install |
启动服务器,可以在本地预览
1 | $ hexo s |
生成静态文件
1 | $ hexo g |
部署远程位点
1 | $ hexo d |
1 | $ hexo init |
1 | $ npm install |
1 | $ hexo s |
1 | $ hexo g |
1 | $ hexo d |
Author:Chao Yang
Link:https://y-chao.github.io/2022/05/20/
Publish date:May 20th 2022, 12:50:23 am
Update date:May 20th 2022, 12:44:40 pm
License:本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可