推薦用 Mac 或是 Linux , Windows 不曉得能不能完整的整合,如果有人有實驗精神,可以實驗一下然後幫助寫一下文件。
- Ruby > 1.9.0
- git
- git clone [email protected]:yuanconf/yuanconf.org.git
- cd yuanconf.org/
- git checkout source
- gem install bundle
- bundle install
- rake setup_github_pages
- git checkout _config.yml
- cd _deploy
- git fetch --all
- git reset --hard origin/gh-pages
- cd ..
- rake new_post["post name"] // 新增文章 //
- rake generate // 更動更新 //
- rake preview // 開啟預覽 //
- rake deploy // 將確定的更新上線 //
- 所有的更動請在 source 資料夾下進行
- 文件編寫格式使用 markdown
- 請在草稿完成之前都在文章前面加上 published:false
- 更動完畢以後請一定要重新 generate 檔案
- 請一定要 commit 你的更新狀態到 source branch