首页 > 其他 > 详细

octopress command memo

时间:2015-08-19 09:23:23      阅读:158      评论:0      收藏:0      [点我收藏+]

  1 rake new_post

rake new_post[title]           # Begin a new post in source/_posts

 

2 rake preview

http://samxu.dev to preview

 

3 rake watch

can watch the site and regenerate when it changes

 

4 rake generate and deploy

rake deploy # Default deploy task
rake gen_deploy # Generate website and deploy
rake generate # Generate jekyll site

 

5 github commit

git push origin source

octopress command memo

原文:http://www.cnblogs.com/xuhong/p/4741188.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!