安裝

  • 安裝ruby on windows 後執行以下指令
    gem install jekyll bundler
    

執行

  • 前往專案
    cd (github.io repo path)
    

    bundle install

  • 本地建立
    bundle exec jekyll serve
    
  • prod環境建立
    bundle exec jekyll build