# [Github Profile Readme](https://github.com/Mask0305) [![](https://i.imgur.com/81NlHTE.png)](https://github.com/Mask0305) ## 建立個人頁面的Readme 1. 建立一個與自己帳號相同的專案,出現下方綠色區塊代表成功 ![](https://i.imgur.com/kswpp6R.png) 2. 專案設Public ![](https://i.imgur.com/skjULK6.png) 3. 在專案底下新增Readme,就會出現在個人頁面 ![](https://i.imgur.com/ZTEFqxW.png) ## [Readme 產生器](https://rahuldkjain.github.io/gh-profile-readme-generator/) 自動建立一個Readme格式,可先利用這個產生基本版,再依照自己創意做更動。 ![](https://i.imgur.com/0sC8qRx.png) ## [Github 個人獎杯](https://github.com/ryo-ma/github-profile-trophy) ``` https://github-profile-trophy.vercel.app/?username=mask0305&theme=darkhub ``` ![](https://github-profile-trophy.vercel.app/?username=mask0305&theme=darkhub) ## [Github Streak](https://github.com/DenverCoder1/github-readme-streak-stats) ``` https://github-readme-streak-stats.herokuapp.com/?user=mask0305&theme=synthwave ``` ![](https://github-readme-streak-stats.herokuapp.com/?user=mask0305&theme=synthwave) ## [Github 統計卡片](https://github.com/anuraghazra/github-readme-stats/blob/master/docs/readme_cn.md) 將username = [帳號名] 就會顯示你的資料 ### Stats ``` https://github-readme-stats.anuraghazra1.vercel.app/api?username=mask0305&show_icons=true&include_all_commits=true&count_private=true&theme=synthwave ``` ![](https://github-readme-stats.anuraghazra1.vercel.app/api?username=mask0305&show_icons=true&include_all_commits=true&count_private=true&theme=synthwave) #### 統計卡片專屬選項: hide - 隱藏特定統計信息 (以逗號分隔) hide_title - (boolean) hide_rank - (boolean) show_icons - (boolean) include_all_commits - 統計總提交次數而不是僅統計今年的提交次數 (boolean) count_private - 統計私人提交 (boolean) line_height - 設置文本之間的行高 (number) >如果Commit數明顯和你的首頁上顯示的不同,請把Contribution settings打開,但多少還是會有落差 ![](https://i.imgur.com/UG1UV1J.png) ### Most Used Languages 這個只會計算你的公開專案,私人不會計算進去 ``` https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact&theme=synthwave ``` ![](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact&theme=synthwave) ### Repo card ``` https://github-readme-stats.vercel.app/api/pin/?username=mask0305&repo=upload_test&theme=synthwave ``` ![](https://github-readme-stats.vercel.app/api/pin/?username=mask0305&repo=upload_test&theme=synthwave) #### Repo 卡片專屬選項: show_owner - 顯示 Repo 的所有者名字 (boolean) 語言卡片專屬選項: hide - 從卡片中隱藏指定語言 (Comma seperated values) hide_title - (boolean) layout - 在兩個可用佈局 default & compact 間切換 card_width - 手動設置卡片的寬度 (number) ## Tags ``` https://img.shields.io/badge/-[顯示的字]-05122A?style=flat&logo=[圖示] https://img.shields.io/badge/-Golang-05122A?style=flat&logo=go ``` 大概長這樣,有[style](https://shields.io/category/coverage)和[圖示](https://simpleicons.org/)可自行設定 ![Golang](https://img.shields.io/badge/-Golang-05122A?style=flat&logo=go)  ![JavaScript](https://img.shields.io/badge/-JavaScript-05122A?style=flat&logo=javascript)  ![Node.js](https://img.shields.io/badge/-Node.js-05122A?style=flat&logo=node.js)  ![Express](https://img.shields.io/badge/-express-05122A?style=flat&logo=express)  ## Profile Views username = [帳號名] ``` https://komarev.com/ghpvc/?username=mask0305&label=Profile%20views&color=blueviolet&style=plastic ``` ![](https://komarev.com/ghpvc/?username=mask0305&label=Profile%20views&color=blueviolet&style=plastic) ## 參考樣式 [Github上的神人](https://github.com/durgeshsamariya/awesome-github-profile-readme-templates) {%hackmd theme-dark %}