POJ1584-A Round Peg in a Ground Hole - ζёСяêτ - 小優YoU - 博客频道 - CSDN NET
POJ1584-A Round Peg in a Ground Hole - ζёСяêτ - 小優YoU - 博客频道 - CSDN.NET.
转载请注明出处:優YoU http://user.qzone.qq.com/289065406/blog/1309142308
1 | //Memory Time |
POJ 1556 The Doors(线段交+最短路) - kuangbin - 博客园
POJ 1556 The Doors(线段交+最短路) - kuangbin - 博客园.
1 | /************************************************************ |
使用github+jekyll搭建blog环境,完美替代wordpress-前端随记
使用github+jekyll搭建blog环境,完美替代wordpress-前端随记-黑妞哈哈.
也来讲讲怎么使用github pages做blog环境
空间免费,github托管,稳定又安全,遭遇过空间商跑路的朋友是不是想起伤心往事;
允许本地服务器调试,脱离网络写文章毫无压力,因为可以使用git命令同步来管理文章,版本控制妥妥的,对技术人员来说,一键恢复,实在是神物;
还能绑定顶级域名,亲,人家免费空间竟然还允许我们绑域名有木有~~;
文章用markedown编写,以前遭受排版困扰的亲们是不是很激动;
(略)
dnspod链接地址https://www.dnspod.cn/
参考最底下的参考文章,省略。。。
git clone git@github.com:heiniuhaha/heiniuhaha.github.com.git
heiniu.github.com
cd .ssh/heiniuhaha.github.com
rake
命令rake page # Create a new page.
rake post # Begin a new post in ./_posts
rake preview # Launch preview environment
如:中文单引号 ` 用来标注小块代码,如github
jekyll
git add .
git commit . -m 'just another commit'
git clone git@github.com:heiniuhaha/heiniuhaha.github.com.git//本地如果无远程代码,先做这步,不然就忽略
cd .ssh/heiniuhaha.github.com//定位到你blog的目录下
git pull origin master //先同步远程文件,后面的参数会自动连接你远程的文件
git status //查看本地自己修改了多少文件
git add .//添加远程不存在的git文件
git commit * -m "what I want told to someone"
git push origin master //更新到远程服务器上
搭建一个免费的,无限流量的Blog—-github Pages和Jekyll入门 阮一峰写于2012-08-25 【推荐】
[nm][/nm]
My Email:Semprathlon@163.com
My microblog:http://weibo.com/644482701
My github repositories:https://github.com/semprathlon/
My code storages:http://blog.csdn.net/aksdrxzd
My previous blog:http://hi.baidu.com/aksdrxzd01