a Jekyll version of PDIS site https://pdis.nat.gov.tw
41
stars
23
forks
source link
建置環境 Development
Windows
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
or jekyll serve --drafts
- open browser to
127.0.0.1:4000
macOS
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
or bundle exec jekyll serve --drafts
- open browser to
127.0.0.1:4000
檔案結構 Structure
單篇文章 Text
- /_posts/
- 日誌 (category: blog)
- 專案 (category: project)
站內資料 Data
- /_data/
- features.yml
- 首頁區塊資訊 圖示樣式可參考
- nav.yml
- 導覽列項目
- authors.yml
- 關於我們
- informations.yml
- 置底連結文字
- tracks.json
- 工作紀錄頁面
- tools.yml
- 工具頁面
- /_config.yml
頁面版型 Page
- /_layouts/
- /_includes/
- /pages/
- /index.html
其他 Others