###### tags: `分享會` # 建立github首頁 建立新的repo,repo名字需要用跟帳號一樣的,並勾選Add a README file ![](https://i.imgur.com/zWeVE4g.png) ### Metrics 相關統計數據 需到此[連結](https://metrics.lecoq.io/)輸入自己的github username後會幫你產生相關數據 ![](https://i.imgur.com/rRpqPsp.png) 傳送後會產生相關資料 ![](https://i.imgur.com/mDWhXFF.png) 點擊右上的Markdown code,可以點擊藍色的username轉跳到Readme,複製下方連結放到Readme裡面 ### 動態文字 產生[網站](https://readme-typing-svg.herokuapp.com/demo/?utm_source=ld246.com) ### github統計表 ``` ![user's github stats](https://github-readme-stats.vercel.app/api?username=username&theme=vue-dark) ``` #### 參數 中間使用&連接 - username:輸入自己的github的username - theme:輸入[主題](https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md) - hide:輸入要隱藏的資料,ex: ``` hide=stars,commits,prs,issues,contribs ``` - show_icons:是否顯示icon ``` show_icons=true ``` ### github語言表 ``` ![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=user) ``` #### 參數 中間使用&連接 - username:輸入自己的github的username - hide:輸入要隱藏的語言,ex: ``` hide=vue ``` - layout:修改排列樣式,ex: ``` layout=compact ``` ### 小徽章 使用[shields.io](https://shields.io/) ![](https://i.imgur.com/h5DvyF7.png) 輸入完後按下Make Badge,會轉跳到標籤頁面,再將網址放到Readme裡面 ``` ![](網址) ``` #### 參數 中間使用&連接 - style:輸入預設樣式 - logo:輸入要使用的logo - link:輸入需要的超連結,可以分成左邊及右邊,前面的會是標籤左邊的超連結,後面的是右邊的超連結,中間使用&連接,ex: ``` ?link=http://left&link=http://right ``` - logoColor:logo顏色 - labelColor:左邊標籤顏色 ### github獎盃 ``` ![trophy](https://github-profile-trophy.vercel.app/?username=username) ``` #### 參數 中間使用&連接 - username:輸入自己的github的username - theme:輸入想要的[樣式](https://github.com/ryo-ma/github-profile-trophy#nord) - css:修改排列樣式,ex: ``` column=3&margin-w=15&margin-h=15 ```