Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 277 Bytes

File metadata and controls

22 lines (16 loc) · 277 Bytes

lab-squirrel.github.io

第一次

# 前往這個程式的資料夾
$ cd lab-squirrel.github.io

# 安裝 Jekyll
$ gem install jekyll

以後

# 開始網站
$ jekyll server --watch

# 前往網站
$ open http://localhost:4000