git clone --recurse-submodules https://github.com/PDIS/web-jekyll
- install Ruby
choco install ruby
- install RubyInstaller Devkit
ridk install
(3 - MSYS2 and MINGW development toolchain) gem install bundler
bundle install
- run
jekyll serve
orjekyll serve --drafts
- open browser to
127.0.0.1:4000
- check https://jekyllrb.com/docs/installation/windows/#encoding if error occurs
git clone --recurse-submodules https://github.com/PDIS/web-jekyll
install rvm & ruby(macos should have ruby preinstalled)bundle install --path vendor/bundle
- run
bundle exec jekyll serve
orbundle exec jekyll serve --drafts
- open browser to
127.0.0.1:4000
- /_posts/
- 日誌 (category: blog)
- 專案 (category: project)
- /_data/
- features.yml
- 首頁區塊資訊 圖示樣式可參考
- nav.yml
- 導覽列項目
- authors.yml
- 關於我們
- informations.yml
- 置底連結文字
- tracks.json
- 工作紀錄頁面
- tools.yml
- 工具頁面
- features.yml
- /_config.yml
- 首頁大標資訊
- /_layouts/
- 版型可用之嵌入內容 色碼可參考
- /_includes/
- page 可用之版型
- /pages/
- 各頁 page
- /index.html
- 首頁 page
- 支援 i18n