https://tw-csie-sprout.github.io/py2022/
2022 資訊之芽北區、竹區 py 班課程網站
https://tw-csie-sprout.github.io/py2022/
sprout
Last synced: about 2 months ago
JSON representation
2022 資訊之芽北區、竹區 py 班課程網站
- Host: GitHub
- URL: https://tw-csie-sprout.github.io/py2022/
- Owner: tw-csie-sprout
- Created: 2021-12-25T14:55:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T09:30:45.000Z (about 2 years ago)
- Last Synced: 2024-11-03T02:32:29.715Z (7 months ago)
- Topics: sprout
- Language: HTML
- Homepage: https://sprout.tw/py2022
- Size: 136 KB
- Stars: 4
- Watchers: 18
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cs-training - 2022 課程講義
README
# py2022
2022 資訊之芽北區、竹區 py 班課程網站## 開發方式
1. 先參考 [Jekyll 官網](https://jekyllrb.com/docs/installation/),安裝 Ruby、Gem、Jekyll 等套件
2. 透過 `Gemfile` 安裝此專案的相依套件
```bash
bundle install
```
3. 編譯網站,並在 建立網頁服務
```bash
bundle exec jekyll serve
```## 設定方式
- 各個 `.md` 檔案將被編譯成 HTML 檔,例如 `slides.md` 會變成 `/slides.html`,在 GitHub Pages 也可透過 `/slides` 存取
- 上方導航列(navbar)可透過 `_config.yml` 的 `navbar_items` 設定
- 較複雜的部分可直接在 `_includes/navbar.html` 更改