赞
踩
在搭建自己的github.io 博客的时候,如果我们想使用别人的模板而不是系统给定的主题。则需要开启写轮眼拷贝别人的博客。
1、注册完成后搜索 qiubaiying.github.io
进入我的仓库
2、点击右上角的 Fork 将我的仓库拉倒你的账号下
3、创建repo
当然,一切的前提是你得首先有个github的账户,这里还请自行解决。登陆你的账户后,你可以创建一个新的repo。请务必注意该repo的名字,必须保持格式<username>.github.io
,其中<username>
替换成你的github账户名,这里假定创建的repo为leimu233.github.io
4、Public forks can’t be made private. Please duplicate the repository.因此进行下面操作
- git clone --bare https://github.com/exampleuser/public-repo.git
- cd public-repo.git
- git push --mirror https://github.com/yourname/private-repo.git
- cd ..
- rm -rf public-repo.git
5、此时打开你的github.io 显示的便是 qiubaiying.github.io的内容,即博客的模板已经拷贝成功。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。