wzpan
6/14/2013 - 3:19 AM

Some settings that can help me manage ruhoh

Some settings that can help me manage ruhoh

export RUHOH=/home/ehome/Documents/blog
export PUBLISH=/home/ehome/Documents/wzpan.github.io

alias _rp='cd $RUHOH && bundle exec rackup -p 9294'
alias _gd='cd $RUHOH && guard'
alias _dft='cd $RUHOH && bundle exec ruhoh posts draft' # 快速添加草稿
alias _note='cd $RUHOH && bundle exec ruhoh wiki draft' # 快速添加笔记
alias _tp='cd $RUHOH && bundle exec ruhoh posts titleize' # 快速为草稿文件命名
alias _tn='cd $RUHOH && bundle exec ruhoh wiki titleize' # 快速为草稿文件命名
alias _cp='ruhoh_compile' # 编译和交互式更新