https://www.sre.tw
- 靜態頁面 (bootstrap)
- git repos:
https://cross-community.github.io/sre/
https://study-area.sre.tw/
- 讀書會資料 (mkdocs)
- source repos:
https://cross-community.github.io/study-area-docs/
- site repos:
https://cross-community.github.io/study-area-site/
https://fb.sre.tw/
- Facebook 社群短連結
- https://www.facebook.com/groups/sre.taiwan/
└── docs/ 主要文件原始檔, markdown
├── 01_SRE
├── 02_CD
├── 03_K8s
├── 04_Linux
├── act/ 活動紀錄,照片、相關資訊等
│ ├── 01_SRE
│ ├── 02_CD
│ ├── 03_K8s
│ └── 04_Linux
├── pdf/ 讀書會產出資料
│ ├── CD
│ ├── SRE
│ ├── K8s
│ └── Linux
│ └── events
└── stylesheets
- 把資料 (pdf, 圖檔) 放到對應的位置:
- pdf:
/docs/pdf
- 圖檔:
/docs/images
- pdf:
- 把這次的文件 (markdown) 放到對應的目錄
- 讀書會每個 Round 都從第一層目錄開始
- 修改 mkdocs 的索引檔
mkdocs.yaml
- 在本機測試,沒問題後發 PR
## Install pip on macOS
#sudo easy_install pip
## mkdocs
# see: https://www.mkdocs.org/#installation
pip3 install --upgrade pip
pip3 install mkdocs
## Theme: meterial
# https://squidfunk.github.io/mkdocs-material/
pip3 install mkdocs-material
## Run in local
mkdocs serve
# browse: http://localhost:8000/
## Publish
./publish.sh
- Static Site Generator: https://www.mkdocs.org/
- Template Engine: https://squidfunk.github.io/mkdocs-material/
- Disucssion: https://sre-tw.disqus.com/
- The right and wrong way to set Python 3 as default on a Mac
- Site Reliability Engineering Taiwan
- DevOps Taiwan
- DNS (sre.tw) 提供: Chu-Siang Lai
- 讀書會場地提供: PIXNET, 91APP