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>

学无止境,谦卑而行.

目录
相关文章
|
JavaScript 前端开发 网络架构
带你上手GitHub的Actions功能
带你上手GitHub的Actions功能
416 0
带你上手GitHub的Actions功能
|
Linux 持续交付 iOS开发
GitHub Actions 指南(下)
GitHub Actions 指南
101 0
85Echarts - 散点图(Punch Card of Github)
85Echarts - 散点图(Punch Card of Github)
41 0
|
Web App开发 缓存 Linux
GitHub的基本使用方法
Git指令操作在执行$ git push之前都是对本地的操作,所以需要注意,有些git指令是不可逆的,比如$ git reset --hard HEAD^指令,回滚到上次Commit,相当于直接删除上次Commit之后的所有操作。
119 0
GitHub英译中设置方法
GitHub英译中设置方法
6054 0
GitHub英译中设置方法
|
资源调度 持续交付
GitHub Actions
GitHub Actions
136 0
|
JavaScript 持续交付
Github Actions 第一次使用
Github Actions 第一次使用
111 0
|
前端开发 jenkins 应用服务中间件
GitHub Actions 部署前端项目
先把代码 npm run build,把生成的 dist 拿来,登录服务器,到指定目录页面,打开 ftp,手动上传 dist 中的文件
251 0
GitHub Actions 部署前端项目
|
数据可视化 Ubuntu Linux
还不会用 GitHub Actions ?看看这篇
在上篇《一篇教你代码同步 GitHub 和 Gitee》中,我们使用 GitHub Actions 解决了 GitHub 代码自动同步 Gitee 的问题,这篇我翻译整理了 GitHub Actions 的官方文档,为大家介绍 GitHub Actions 的同时,并讲解上篇同步 Gitee 的 Actions 代码。
250 0
还不会用 GitHub Actions ?看看这篇