a Jekyll version of PDIS site
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
建置環境 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
mac
git clone --recurse-submodules https://github.com/PDIS/web-jekyll
- install rvm & ruby
bundle install
- 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
About
a Jekyll version of PDIS site
Resources
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.