欢迎来到abysw的github博客空间,之前的服务器因为没有续费,均已关停。
这次是用github网站+hexo部署的。
主要参考网站为:https://yanzhongsino.github.io/2018/06/05/blog_hexo.github/
下载软件
配置github
1 | git config --global user.name abysw |
将 ~/.ssh/id_rsa.pub 文件内容复制到github的ssh设置中 (其实就是共享公钥)
1
ssh -T git@github.com
配置 hexo
1 | npm install hexo-cli -g |
修改背景和主题
编辑 ‘_config.yml’ 文件修改背景
下载主题 https://github.com/theme-next/hexo-theme-next (没打开)
编辑博客
1 | cd source/_posts |
在gitee上部署
- 新建用户名同名仓库
- 修改配置文件repo