安裝
- 安裝ruby on windows 後執行以下指令
gem install jekyll bundler
執行
- 前往專案
cd (github.io repo path)
bundle install
- 本地建立
bundle exec jekyll serve
- prod環境建立
bundle exec jekyll build
gem install jekyll bundler
cd (github.io repo path)
bundle install
bundle exec jekyll serve
bundle exec jekyll build