搭建博客的写作环境2.0
2015-03-15
关于博客1.0
前面写过的搭建博客的写作环境1.0和恢复博客的写作环境1.0主要是参考minixalpha,详情可以看这两篇博客,这两篇文章的Repository我已经放到https://github.com/xiaofandh12/xiaofandh12.github.io.bak。
用这两篇文章搭建的博客,有几个问题:1. 博客写作环境的恢复很麻烦;2. 页面不够友好,屏幕的宽窄会影响显示效果,不兼容移动端;3. 维护两个分支比较麻烦,有了make后又失去了灵活性,每次没法写评语了。
目前博客的搭建过程:
Fork beiyuu/Github-Pages-Example 在Beiyuu/Github-Pages-Example上点击Fork按钮
修改Fork到的Repository:Github-Pages-Example的名字,Settings->xiaofandh12.github.io->Rename
在本机上安装git
[root@donghao home] yum -y install git
clone xiaofandh12.github.io
[root@donghao home] git clone https://github.com/xiaofandh12/xiaofandh12.github.io.git
修改xiaofandh12.github.io中的相关文件,可参考lingxiankong.github.io
修改完后,git push最新内容
[root@donghao xiaofandh12.github.io] git add -A [root@donghao xiaofandh12.github.io] git commit -m "Modify xiaofandh12.github.io" [root@donghao xiaofandh12.github.io] git push origin master
访问http://xiaofandh12.github.io或https://xiaofandh12.github.io,应该就能看到内容了,看不到的话有可能是还没配置好,等几分钟试试。
最后
整个过程非常简单,几分钟就能搞定,如此简单的问题写这么多有点儿画蛇添足。
comments powered by Disqus