0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

わいのgithubのプロフィールをめっちゃかっこよくした話

Last updated at Posted at 2024-12-03

こんにちは、Coronaです!
最近、自分のGitHubプロフィールがちょっと味気ないな~と思っていたので、思い切ってカスタマイズしてみました。
結果、「めっちゃかっこよくなった!」と自画自賛できる出来栄えになったので、その過程をシェアしたいと思います。


Before: 味気なさすぎるプロフィール 😢

ただのテキストで、これといった魅力がない状態でした。

  • 自己紹介が簡潔すぎる
  • 技術スタックが文字だけでパッとしない
  • Statsがないので活動量が伝わらない

GitHubを訪れた人に自分のスキルや雰囲気を伝えたいのに、これではもったいないですよね。


After: カスタマイズ後のプロフィール ✨

カスタマイズした結果がこちらです!

GitHub Profile Screenshot

どうですか?
技術スタックや活動内容が一目でわかるようになり、全体的に洗練された印象を与えられるようになりました!


カスタマイズの手順 🛠️

1. README.md を作成

GitHubプロフィールに表示される内容は、自分のリポジトリ(自分のGitHubユーザー名と同じ名前のリポジトリ)の README.md に書くだけで反映されます。
image.png

# リポジトリ作成コマンド
git init
git add README.md
git commit -m "初回コミット"
git push origin main

2. Skilliconsで技術スタックをビジュアル化

文字だけだと味気ないので、Skillicons を使って技術スタックをアイコンで表示しました。

例:

![](https://skillicons.dev/icons?i=nextjs,nuxtjs,react,typescript,go,nodejs)

3. GitHub Statsで活動量をアピール

GitHub Readme Stats を使って、自分のリポジトリや活動の統計情報を表示しました。

例:

[![Corona's GitHub stats](https://github-readme-stats.vercel.app/api?username=bskcorona-github&show_icons=true&theme=tokyonight)](https://github.com/anuraghazra/github-readme-stats)

めんどくさい人のための丸ごとコピペ✂️

# Hi, I'm Corona 👋

I'm a **Full Stack Engineer** specializing in modern web development.  
I'm still a beginner, but I look forward to working with you!

## 🛠 Skills & Tools

### Languages & Frameworks
![](https://skillicons.dev/icons?i=go,js,ts,vue,html,css,react,nextjs,nuxtjs,express)

### Databases
![](https://skillicons.dev/icons?i=mysql,mongodb,postgres)

### Tools
![](https://skillicons.dev/icons?i=git,github,tailwindcss,aws,postman,prisma,vscode,notion,discord,vercel)

## 🌱 Currently Working On
- Building innovative web applications with **Next.js** and **Nuxt.js**
- Exploring **AI integration** for enhanced user experiences

## 📈 Stats & Activities
[![Corona's GitHub stats](https://github-readme-stats.vercel.app/api?username=bskcorona-github&show_icons=true&theme=tokyonight)](https://github.com/anuraghazra/github-readme-stats)
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=bskcorona-github&layout=compact&theme=tokyonight)](https://github.com/anuraghazra/github-readme-stats)

## 📫 Contact
Coming Soon... 🚀

まとめ 📝

わいのGitHubプロフィールをかっこよくしたい!という気持ちでカスタマイズした結果、大満足のプロフィールが完成しました。
みなさんもぜひ試してみてください!

参考にした記事はこちら
わいの作ったGitHubプロフィールはこちら

この記事が少しでも参考になれば嬉しいです!😄

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?