新增文章
rake new_post["title"]
rake generate
rake preview
打開 http://localhost:4000/ 可預覽成果
部署
rake deploy
git add .
git commit -m 'comment'
git push //第一次執行 git push origin source
rake new_post["title"]
rake generate
rake preview
打開 http://localhost:4000/ 可預覽成果
rake deploy
git add .
git commit -m 'comment'
git push //第一次執行 git push origin source