- clone this repo
- install
chocolatey
- install
ruby
bychoco
- install
jekyll
bygem
- run
jekyll serve
orjekyll serve --drafts
- open browser to
127.0.0.1:4000
push to github results to automatically render a static site for you
- install
jekyll
bygem
- run
jekyll serve
orjekyll serve --drafts
- open browser to
127.0.0.1:4000
- /_posts/
- 日誌 (category: blog)
- 專案 (category: project)
- /_data/
- features.yml
- 首頁區塊資訊 圖示樣式可參考
- nav.yml
- 導覽列項目
- aboutus.json
- 關於我們
- informations.yml
- 置底連結文字
- tracks.json
- 工作紀錄頁面
- tools.yml
- 工具頁面
- features.yml
- /_config.yml
- 首頁大標資訊
- /_layouts/
- 版型可用之嵌入內容 色碼可參考
- /_includes/
- page 可用之版型
- /pages/
- 各頁 page
- /index.html
- 首頁 page