最近在給自己的博客做美化,所以特地將美化的過程記錄下來以幫助更多的人。
Github鏈接有以下兩種樣式。
GitHub Ribbons
Github Ribbons的官網:https://github.blog/2008-12-19-github-ribbons/
官網上有左右6種顏色,選擇自己喜歡的,然后Copy左側的代碼。

這里我選擇的左側紅色,將如下代碼放到頁首 HTML 代碼中就可以了,當然不要忘記將src中的鏈接改成自己的哦。
<a href="https://github.com/you"><img width="149" height="149"
src="https://github.blog/wp-content/uploads/2008/12/forkme_left_red_aa0000.png?resize=149%2C149"
class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
GitHub Corners
Github Corners的官網:http://tholman.com/github-corners/
方法和第一種一樣。
