Github小彩蛋显示自己的README,git 个人首页的 README,readme基本语法

先上效果👇 代码在下面,流程我放最下面了,思路就是创建一个和自己同名的仓库,要公开,创建的时候会提示小彩蛋你的reademe会展示在你的首页,或许你在这个readme里面的修改都会在你的主页上看到了👀

复制代码
<h2 align="center">👋 Hey! I'm Xuenew. 🐘</h2>
<br />
❤️ 🍦 🍓 🍉 🍋 🥛 ☕ 🍗 🍟 🎮 💻 🎶 💰
<br />
<br />

- 🔭你好呀!💡

- 🤔这里是忆阳的大象耳朵,会点小爬虫,想做一个有意思的前端工程师

- ⚡ Fun fact:喜欢看动漫,喜欢看小说,喜欢听音乐,喜欢看电影,喜欢做游戏


<img align="center" src="./images/github-contribution-grid-snake.svg" style="max-width: 90%;">

[![GitHub](https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white)](https://github.com/Xuenew)
[![Email](https://img.shields.io/badge/QQEmail-ea4335?style=flat-square&logo=Mail.Ru)](1287986063@qq.com)
[![](https://img.shields.io/badge/CSDN-吃瓜的瓜农-blue.svg)](https://blog.csdn.net/weixin_41804512)
![Profile views](https://views.whatilearened.today/views/github/Xuenew/views.svg)


![](https://img.shields.io/badge/ubuntu-20.04-<COLOR>.svg)
![Linux](https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black)
![Visual Studio Code](https://img.shields.io/badge/-Visual%20Studio%20Code-007acc?style=flat-square&logo=Visual%20Studio%20Code)
![Git](https://img.shields.io/badge/-Git-f05032?style=flat-square&logo=Git&logoColor=white)

![html](https://img.shields.io/badge/-html-E34F26?style=flat-square&logo=html5&logoColor=white)
![css](https://img.shields.io/badge/-css-1572B6?style=flat-square&logo=css3)
![](https://img.shields.io/badge/JavaScript-red?style=flat-square&logo=javascript) 
![](https://img.shields.io/badge/Vue.js-black?style=flat-square&logo=vue.js)
![Redis](https://img.shields.io/badge/Redis-DC382D?style=flat-square&logo=redis&logoColor=white)

![Nginx](https://img.shields.io/badge/-Nginx-269539?style=flat-square&logo=Nginx)
![Mysql](https://img.shields.io/badge/MySQL-blue?style=flat-square&logo=mysql&logoColor=black)
![Elastic](https://img.shields.io/badge/Elasticsearch-FEC514?style=flat-square&logo=Elastic&logoColor=white)
![](https://img.shields.io/badge/Cocos%20creator-blue.svg)

<img height="130px" src="https://github-readme-stats.vercel.app/api?username=Xuenew&hide_title=true&show_icons=true&hide=issues&include_all_commits=true&count_private=true&theme=graywhite&hide_border=true&bg_color=45,ff7979,ffd479,fffc79,73fa79" alt="Xuenew's GitHub Stats"> <img height="130px" src="https://github-readme-stats.vercel.app/api/top-langs?username=Xuenew&hide_title=true&layout=compact&theme=graywhite&hide_border=true&bg_color=45,fffc79,73fa79,75f0db" alt="Most Used Languages">


#### Top Repositories


<a href="https://github.com/Xuenew/PyTopicsApiExplore">
  <img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=Xuenew&repo=PyTopicsApiExplore&theme=buefy" />
</a>
<a href="https://github.com/Xuenew/Python_Spider_All">
  <img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=Xuenew&repo=Python_Spider_All&theme=buefy" />
</a>

👇👇👇👇👇👇👇👇👇👇下面是步骤了👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇

创建仓库

首先,你需要登录你的 Github 帐号,然后创建一个与你的用户名同名的仓库。

注意事项:

  • 仓库名与用户名必须一样;
  • 仓库必须公开;
  • 仓库里需要有一个 README文件;

修改 README 的内容

正常你md里面怎么显示他就会显示在你的git首页上,这里我主要介绍几个用法,后续我会补充更加细致

页面上的小图标

复制代码
# https://img.shields.io/badge/ 这个固定的,后面类似 CSDN可以改成任何你想的,加-name-颜色.svg
![](https://img.shields.io/badge/CSDN-吃瓜的瓜农-blue.svg)] 

有做好的 可以访问https://shields.io/ 进行参考

复制代码
![Linux](https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black)
![Visual Studio Code](https://img.shields.io/badge/-Visual%20Studio%20Code-007acc?style=flat-square&logo=Visual%20Studio%20Code)
![Git](https://img.shields.io/badge/-Git-f05032?style=flat-square&logo=Git&logoColor=white)

git仓库统计 把用户名称username替换为自己的即可

复制代码
<img height="130px" src="https://github-readme-stats.vercel.app/api?username=Xuenew&hide_title=true&show_icons=true&hide=issues&include_all_commits=true&count_private=true&theme=graywhite&hide_border=true&bg_color=45,ff7979,ffd479,fffc79,73fa79" alt="Xuenew's GitHub Stats"> <img height="130px" src="https://github-readme-stats.vercel.app/api/top-langs?username=Xuenew&hide_title=true&layout=compact&theme=graywhite&hide_border=true&bg_color=45,fffc79,73fa79,75f0db" alt="Most Used Languages">

GitHub上README.md编写教程(基本语法)

复制代码
标题写法:
# 一级标题  
## 二级标题  
### 三级标题  
#### 四级标题  
##### 五级标题  
###### 六级标题 

效果:

一级标题

二级标题

三级标题

四级标题
五级标题
六级标题
复制代码
编辑基本语法  
1、字体格式强调
 我们可以使用下面的方式给我们的文本添加强调的效果
*强调*  (示例:斜体)  
 _强调_  (示例:斜体)  
**加重强调**  (示例:粗体)  
 __加重强调__ (示例:粗体)  
***特别强调*** (示例:粗斜体)  
___特别强调___  (示例:粗斜体)  

效果:

1、字体格式强调

我们可以使用下面的方式给我们的文本添加强调的效果
强调 (示例:斜体)
强调 (示例:斜体)
加重强调 (示例:粗体)
加重强调 (示例:粗体)
特别强调 (示例:粗斜体)
特别强调 (示例:粗斜体)

复制代码
2、代码  
\`\`\`
\`\`\`

效果:

复制代码
这里填写代码

3、表格 
 
 表头  | 表头  | 表头
 ---- | ----- | ------  
 单元格内容  | 单元格内容 | 单元格内容 
 单元格内容  | 单元格内容 | 单元格内容  

效果:

站点 类别 平台ID 路径名称 状态
哔哩哔哩 热门榜 1 bilibili.bilibili 🟢
微博 热搜榜 2 weibo.weibo 🟢
复制代码
4、其他引用
图片  
![图片名称](https://img-blog.csdnimg.cn/img_convert/37c4b22a6b3958db5dfb61680e3aedff.png)  
链接  
[链接名称](https://www.baidu.com/)    

效果:

图片

链接
链接名称

复制代码
5、列表 
1. 项目1  
2. 项目2  
3. 项目3  
   * 项目1 (一个*号会显示为一个黑点,注意⚠️有空格,否则直接显示为*项目1) 
   * 项目2   

效果:

  1. 项目1

  2. 项目2

  3. 项目3

    • 项目1 (一个号会显示为一个黑点,注意⚠️有空格,否则直接显示为项目1)
    • 项目2

    6、引用

    第一行引用文字

效果:

第一行引用文字

相关推荐
草梅友仁1 小时前
草梅 Auth 1.11.0 发布与 GitHub 依赖安全更新 | 2025 年第 45 周草梅周报
开源·github·ai编程
lkbhua莱克瓦242 小时前
Java基础——集合进阶用到的数据结构知识点1
java·数据结构·笔记·github
lkbhua莱克瓦246 小时前
Java基础——常用算法3
java·数据结构·笔记·算法·github·排序算法·学习方法
moringlightyn6 小时前
进度条+ 基础开发工具----版本控制器git 调试器gdb/cgdb
笔记·git·其他·c·调试器·gdb/cgdb·进度条 倒计时
自由日记7 小时前
入门git:部署到公网
git
吃饺子不吃馅8 小时前
前端画布类型编辑器项目,历史记录技术方案调研
前端·架构·github
省四收割者8 小时前
GitHub Action工作流语法
笔记·github
QT 小鲜肉9 小时前
【Git、GitHub、Gitee】按功能分类汇总Git常用命令详解(超详细)
c语言·网络·c++·git·qt·gitee·github
wukan88810 小时前
【SMTP】在线配置测试工具,如何配置接口?
git·网络协议·编辑器
winner888110 小时前
Git 开发全流程规范:分支创建+关联远程+rebase同步+分支清理实战
git·rebase·git rebase·git branch -d