刚开始接触octopress ,对rake命令使用的较少,特在此记录,记录每个命令的作用。
##命令
- rake generate 将 /octopress/source/_posts 目录下的 .markdown 文件 翻译成html网页
- rake preview 生成本地网页服务器,端口号4000 http://localhost:4000
- rake deploy 将本地的_deploy 修改的文件提交到 github上面去。
- rake new_post[‘新的博客名字’] 在 octopress/source/_posts 目录下创建博客,名字为《新的博客名字》