Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

打造你GITHUB的名片 #86

Open
reng99 opened this issue Mar 18, 2021 · 0 comments
Open

打造你GITHUB的名片 #86

reng99 opened this issue Mar 18, 2021 · 0 comments
Labels
blog a single blog

Comments

@reng99
Copy link
Owner

reng99 commented Mar 18, 2021

GITHUB作为一个资源托管平台,一片绿油油的提交确实能展示你活跃的频率。

那么我们能在主页锦上添花否?

我们有没想过在主页展示你的信息呢?

这不,你可以通过 yourUsername/yourUsername 来制作你的名片。

thumbUp.gif

实现超简单的~只需要两步

1. 新建 username/username 仓库

这里的username我拿自己的账号-reng99来做示范。

create_repository.png

1.1 点击你首页右上角的 + 下拉,点击New repository 就会进入上图的页面

1.2 Repository template 默认就行

1.3 Repository name 填写你的github账号名,这里是我的账号reng99。因为我之前就已经创建过,存在 reng99/reng99 的仓库了,所以这里会有报错。

1.4 Description 填写你的仓库描述,选填。

1.5 Public 和 Private 之间勾选前者

1.6 Initialize this repository with 勾选Add a README file即可

1.7 点击Create repository按钮创建

此时访问https://github.com/your_username/your_username就可以进入你新创建的仓库。这里演示的是账号reng99。所以我们进入此地址https://github.com/reng99/reng99进行下一步操作。

2. 添加你的名片信息

首页展示的名片信息,其实就是通过读取reng99/reng99下面的README.md内容来展示的。那么我们使用markdown语法来编写自己想要展示的内容。

下面是我自己的README.md文件内容:

|Base Info|Dashboard Data|
|----------------------------------------------------------------------|----------------------------------------------------------------------|
| __Hi, I am Jimmy! 👋__<br/><br/>1. 🔭 I’m currently working on Canton, China<br/>2. 🌱 I’m currently learning MySql, Egg<br/>3. 📫 How to reach me: reng99@outlook.com<br/>4. 💬 Leave me a word : https://github.com/reng99/blogs/issues/new | [![reng99's github stats](https://github-readme-stats.vercel.app/api?username=reng99&show_icons=true&theme=dracula)](https://github.com/anuraghazra/github-readme-stats) |


<div align=center><b>Here is a mini program for discount. You can scan it by wechat for detail.</b></div>

<p align="center">
  <img src="./qr.jpg" />
</p>

其展示的效果如下图:

reng99_demo.png

或者可以进入我的主页https://github.com/reng99 查看我的名片,查看展示效果。

纳尼?你想要更加炫酷的展示,那么你可以进入 https://github.com/anuraghazra/github-readme-stats 参考,对我们的名片个性化设置。

本文完结,撒花~

flower.gif

最近一篇文章从零开发简易微信小程序; 更多内容https://github.com/reng99/blogs

码字不易,走过路过赞一个否?

ε=ε=ε=┏(゜ロ゜;)┛

@reng99 reng99 added the blog a single blog label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog a single blog
Projects
None yet
Development

No branches or pull requests

1 participant