此模塊於頁頭顯示關於 Git 組織的相關信息,比如頭像、關注人數、倉庫數量和星星總數。
成為我們的資助者或贊助商,以支持我們的工作。
Module | github.com/hbstack/header/modules/git-org |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
params.toml
1[hb]
2 [hb.header]
3 [hb.header.git_org]
4 name = 'hbstack'
5 service = 'github'
params.yaml
1hb:
2 header:
3 git_org:
4 name: hbstack
5 service: github
params.json
1{
2 "hb": {
3 "header": {
4 "git_org": {
5 "name": "hbstack",
6 "service": "github"
7 }
8 }
9 }
10}
service
Git 服務商,支持 github
。
name
組織名稱。
你可能需要設置 GITHUB_TOKEN
環境變量以避免遇到 API 速率限制問題。