因為我覺得我上一篇好像打太多廢話了,所以整理了架設的重點
創建 GitHub Page
URL:https://github.com/
創建資料庫(Create Repository),名稱:[User name].github.io
(中括號裡填自己的使用者名稱)
下載 Ruby
URL:https://rubyinstaller.org/downloads/
載 WITH DEVKIT 的
找主題
URL:http://jekyllthemes.org/ or https://jekyllthemes.io/ or any others.
打指令
in “Start Command Prompt with Ruby”
更新 gem
1
gem upgrade
下載 Jekyll & bundler
1
gem install jekyll bundler
檢查版本(順便確認是否成功下載)
1
jekyll -v
in “Powershell”
clone 主題
1
git clone https://github.com/wowthemesnet/jekyll-theme-memoirs.git
移進主題的資料夾
1
cd jekyll-theme-memoirs
安裝 bundle
1
bundle install
在本機端執行
1
bundle exec jekyll server --watch