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功能
403 0
带你上手GitHub的Actions功能
|
开发工具 git
hugo-theme-stack setting for github
hugo-theme-stack setting for github
101 0
GitHub Action中的github/super-linter作用是什么?
github/super-linter 是一个开源工具包,其中包含多个静态分析工具,用于对代码进行静态分析以查找潜在的错误、优化代码性能和提高代码可读性等。github/super-linter@v3.17.0 是一个版本号,表示这个版本使用了哪个静态分析工具。
108 0
|
数据可视化 Ubuntu Linux
还不会用 GitHub Actions ?看看这篇
在上篇《一篇教你代码同步 GitHub 和 Gitee》中,我们使用 GitHub Actions 解决了 GitHub 代码自动同步 Gitee 的问题,这篇我翻译整理了 GitHub Actions 的官方文档,为大家介绍 GitHub Actions 的同时,并讲解上篇同步 Gitee 的 Actions 代码。
233 0
还不会用 GitHub Actions ?看看这篇
【OpenGL】二、Visual Studio 2019 配置 GitHub ( 下载并安装 GitHub 扩展 | 配置 GitHub )(一)
【OpenGL】二、Visual Studio 2019 配置 GitHub ( 下载并安装 GitHub 扩展 | 配置 GitHub )(一)
235 0
【OpenGL】二、Visual Studio 2019 配置 GitHub ( 下载并安装 GitHub 扩展 | 配置 GitHub )(一)
|
数据安全/隐私保护
【OpenGL】二、Visual Studio 2019 配置 GitHub ( 下载并安装 GitHub 扩展 | 配置 GitHub )(二)
【OpenGL】二、Visual Studio 2019 配置 GitHub ( 下载并安装 GitHub 扩展 | 配置 GitHub )(二)
148 0
【OpenGL】二、Visual Studio 2019 配置 GitHub ( 下载并安装 GitHub 扩展 | 配置 GitHub )(二)
|
Ubuntu JavaScript 数据可视化
一个最简单的 Github workflow 例子
一个最简单的 Github workflow 例子
510 0
一个最简单的 Github workflow 例子
|
Windows
好工具推荐系列:Github客户端GitHub Desktop使用方法(二)
好工具推荐系列:Github客户端GitHub Desktop使用方法(二)
392 0
好工具推荐系列:Github客户端GitHub Desktop使用方法(二)
|
前端开发 Shell Linux
好工具推荐系列:Github客户端GitHub Desktop使用方法(一)
好工具推荐系列:Github客户端GitHub Desktop使用方法(一)
688 0
好工具推荐系列:Github客户端GitHub Desktop使用方法(一)