ubuntu系统上使用jekyll在github上搭建静态博客。
一、Jekyll搭建静态博客
搭建过程
二、同步推到码云
-
在码云上创建新仓库,命名为码云账号名,从GitHub上导入已有仓库
-
修改.git文件夹下的config文件
[remote "origin"]
url = git@github.com:caoyang7/caoyang7.github.io.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "origin"]
url = git@gitee.com:caoyang7/caoyang7.git
fetch = +refs/heads/*:refs/remotes/origin/*
- 在码云上进入仓库,点击服务下面的
Gitee Pages
更新即可访问