09 2016 档案
使用github pages建立个人博客
摘要:一、创建github pages 个人主页 1.在github上创建username.github.io项目,其中用户名即为github用户名 2.增加项目首页 完成后便可以访问 http://username.github.io 二、使用jekyll 1.安装ruby 下载地址:http://ru 阅读全文
posted @ 2016-09-21 15:31 翻页工 阅读(332) 评论(0) 推荐(0)
设置github上项目主页
摘要:在github上设置项目首页有三种方式 1.新建分支gh-pages 完成后即可访问 http://<github username>.github.io/<github project name>/ 特点: 单独建立一个分支与项目本身分离,对于非网站类项目非常合适,避免与源码之间的耦合 githu 阅读全文
posted @ 2016-09-20 11:32 翻页工 阅读(4234) 评论(0) 推荐(0)