NBA带给我们的感动,参看这条微博
还有其他的众多运动,羽毛球,林丹,斯诺克,奥沙利文等等
尊重学识
整洁精致美好
教养、礼貌
见识
谈吐穿着
审美
探索,自知
如何为已经存在于Github上的Octopress搭建本地环境
大部分步骤和全新搭建时差不多,这里只列出不同的那几步
···安装其他···
clone source
分支:
git clone -b source git@github.com:username/repositoryname.git octopress
换成我的具体命令就是:
git clone -b source git@github.com:qiuhaidong/qiuhaidong.github.com.git octopress
clone master
分支:
master
分支存放在 _deploy
目录
cd octopress
git clone git@github.com:username/repositoryname.git _deploy
具体命令:
git clone git@github.com:qiuhaidong/qiuhaidong.github.com.git _deploy
if
路径权限错误,无法pull Push
fix it:
gedit octopress/.git/config
git https://github.com/qiuhaidong/qiuhaidong.github.com.git _deploy
···其他步骤···
另个重要命令:
拉取:
cd octopress
git pull origin source
cd _deploy
git pull origin master
推送:
cd octopress
git add .
git commit -m 'my message'
git push origin source
2022-01-05:最新网址:https://gems.ruby-china.com/
这个不行了:2016-10-28:最新网址:https://gems.ruby-china.org 这个不行了
封网,rubygems.org 不行了
bundle install
自然也不行
点算?
https://gems.ruby-china.com/ 是一个完整的 rubygems.org 镜像,用以代替官网
用法:
gem sources --remove https://rubygems.org/
gem sources -a https://gems.ruby-china.com/
gem sources -l
输出:
*** CURRENT SOURCES ***
https://gems.ruby-china.com
确保只有 https://gems.ruby-china.com/
###但是这样也不行,还得到octopress文件夹,打开Gemfile文件,编辑:
source "https://gems.ruby-china.com"
Ubuntu 14.04,安装octopress,执行
bundle install
一直提示缺少各种 gem 包,例如:
```
Gem::RemoteFetcher::FetchError: SSL_connect SYSCALL returned=5 errno=0 state=unknown state (https://rubygems.global.ssl.fastly.net/gems/safe_yaml-1.0.4.gem)
An error occurred while installing safe_yaml (1.0.4), and Bundler cannot continue.
Make sure that `gem install safe_yaml -v '1.0.4'` succeeds before bundling.
```
按提示输入命令 gem install safe_yaml -v '1.0.4'
安装依赖项,但是安装了一个又一个,一个又一个,实在太多太慢太麻烦了
解决方法:
修改octopress文件夹里的Gemfile文件:
把:
source "https://rubygems.org"
改为:
source "https://gems.ruby-china.com"
再执行:
bundle install
完美通过。
键盘布局出错,想打‘#’,却出现一个类似‘f’的符号,打‘|’却出现‘~’。
run:
sudo dpkg-reconfigure keyboard-configuration
会出现图形界面用以设置。
那一段我仅有的青春。
很短,很简单。
如果你有类似的经历,会很有共鸣,很有意思。
kindle可以截屏,同时按屏幕对角即可。
但Amazon没宣传这功能。
专注阅读。
方法略繁复
把图像复制到/……/octopress/source/images目录下。(也可再建立子文件夹)
把图片上传到github repository托管
git add . # don't forget the "."
git commit -m 'your message'
git push origin source
进入github抓取图片链接地址(先打开图片,然后鼠标右击图片,在新标签页中打开图片=或者=查看图片)
示例地址:
https://raw.githubusercontent.com/qiuhaidong/qiuhaidong.github.com/source/source/images/123.png
使用 ![描述](图片链接地址) 插入图像
示例:
2016-01-09 goagent的github仓库已经全部删除,it’s gone.
部署
修改 local\proxy.ini 中的 [gae] 下的 appid = 你的appid(多appid请用 | 隔开) |
使用