GitHub——如何装饰自己的Overview

简介: GitHub——如何装饰自己的Overview

前言

如题,本文简单快速的告诉大家如何装饰自己的Overview

wangyang0210https://github.com/wangyang0210/wangyang0210

github-readme-stats: https://github.com/anuraghazra/github-readme-stats

内容

?> 主要的内容分为两个步骤

- 创建仓库

- 编辑README.md

创建一个和自己用户名相同的仓库

我这里是因为已经创建过了同名的仓库,所以没办法点击创建,主要就是演示下如何创建;

编辑README.md

<p align="center">
  <img src="https://user-images.githubusercontent.com/5679180/79618120-0daffb80-80be-11ea-819e-d2b0fa904d07.gif" width="27px">
  <br><br />
  <samp>
    😆 Hey! Welcome to my profile
    <br />
    <br />🍉 Take a look at my stats  🌱
    <br />
    <br />
  </samp>
| <a> <img align="center" src="https://github-readme-stats.vercel.app/api?username=wangyang0210&show_icons=true&include_all_commits=true&theme=buefy&hide_border=true" alt="wangyang0210's github stats" /> </a> | <a> <img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=wangyang0210&layout=compact&theme=buefy&hide_border=true" /> </a> | 
| ------------- | ------------- |
</p>
<br />
<p align="right">
<a><img height="20" alt="javascript" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png"></a>
<a><img height="20" alt="typescript" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/typescript/typescript.png"></a>
<a><img height="20" alt="react" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/react/react.png"></a>
<a><img height="20" alt="nodejs" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/nodejs/nodejs.png"></a> 
<a><img height="20" alt="vue" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/vue/vue.png"></a> 
<a><img height="20" alt="electron" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/electron/electron.png"></a> 
<a><img height="20" alt="php" src="https://raw.githubusercontent.com/github/explore/ccc16358ac4530c6a69b1b80c7223cd2744dea83/topics/php/php.png"></a> 
<a><img height="20" alt="docker" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/docker/docker.png"></a> 
</p>

学无止境,谦卑而行.

相关文章
Playwright系列(6):如何集成到GitHub
Playwright系列(6):如何集成到GitHub
187 0
Playwright系列(6):如何集成到GitHub
【无标题】推荐一个非常好用的GitHub插件
【无标题】推荐一个非常好用的GitHub插件
64 0
85Echarts - 散点图(Punch Card of Github)
85Echarts - 散点图(Punch Card of Github)
57 0
83Echarts - 散点图(Punch Card of Github)
83Echarts - 散点图(Punch Card of Github)
73 0
来Github炫一下~在Github主页显示你的个人简历~
从另一个博主的文章(文章链接在这)那里看到了Github上线了一个新的功能: 可以在Github主页制作一个个性化的介绍页面 也就是每个项目主页通常有的README.md文件,熟悉Github的小伙伴都知道,在README.md文件主要是对项目的简介和使用说明的介绍,那这个对自己的个性化介绍页面怎么做呢