建立github首頁

Share This Post


建立新的repo,repo名字需要用跟帳號一樣的,並勾選Add a README file

需到此連結輸入自己的github username後會幫你產生相關數據

Metrics 相關統計數據

傳送後會產生相關資料


點擊右上的Markdown code,可以點擊藍色的username轉跳到Readme,複製下方連結放到Readme裡面

動態文字

產生網站

github統計表

![user's github stats](https://github-readme-stats.vercel.app/api?username=username&theme=vue-dark)

參數

中間使用&連接

  • username:輸入自己的github的username
  • theme:輸入主題
  • 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

輸入完後按下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:輸入想要的樣式
  • css:修改排列樣式,ex:
column=3&margin-w=15&margin-h=15

訂閱研究文章

Get updates and learn from the best

More To Explore

Commitizen

前言: 現今軟體功能複雜與龐大,在開發過程中,不管單人開發還是多人協作,對所編寫的代碼與代碼版本管控都是必須的

NFC x Mifare

實作紀錄 readMifare readNdef 知識補充 手機NFC隱含攻擊弱點 掌握原理避免無線盜刷 MI

Scroll to Top