博客搭建-2

TASK

1.初始化博客

导航到工作目录,hexo s

2.设置 ssh 免密登录

生成 ssh 密钥

1
ssh-keygen -t rsa -C your_email

在 C:\User$USERNAME.ssh 下找到 ssh.pub,复制粘贴到 github 上

3.配置 _config.yml

站点名称、站长、标题以及推送设置

1
2
3
4
5
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: git
repo: https://github.com/starfish233e/starfish233e.github.io.git
branch: main

4.推送博客

安装 hexo-deployer-git 插件

1
npm install hexo-deployer-git --save

然后执行命令 hexo clean; hexo g; hexo d


博客搭建-2
https://hxzsty233.com/2024/07/11/博客搭建-2/
作者
海星
发布于
2024年7月11日
许可协议