Skip to content

Commit 7554498

Browse files
committed
feat: Revamp README and Markdown generation for enhanced visual presentation and modern layout
1 parent 9db9000 commit 7554498

File tree

3 files changed

+415
-62
lines changed

3 files changed

+415
-62
lines changed

README.md

Lines changed: 111 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -96,43 +96,124 @@ export GITHUB_TOKEN=$(gh auth token)
9696
## Sample Result
9797

9898
<!--START_SECTION:GitInsights-->
99-
### Git Insight
10099

101-
👤 **Account Age:** 9 years 6 months
100+
<div align="center">
101+
102+
# 📊 Git Insights Dashboard
103+
104+
[![Profile Stats](https://img.shields.io/badge/Profile-Statistics-blueviolet?style=for-the-badge&logo=github)](https://github.com)
105+
106+
</div>
107+
108+
---
109+
110+
<div align="center">
111+
112+
## 🎯 Quick Stats
113+
114+
</div>
115+
116+
<table align="center">
117+
<tr>
118+
<td align="center" width="200">
119+
<img src="https://img.icons8.com/fluency/96/000000/user.png" width="48"/>
120+
<br><strong>Account Age</strong>
121+
<br><code>9 years 6 months</code>
122+
</td>
123+
<td align="center" width="200">
124+
<img src="https://img.icons8.com/fluency/96/000000/fire-element.png" width="48"/>
125+
<br><strong>Current Streak</strong>
126+
<br><code>2 days</code>
127+
</td>
128+
<td align="center" width="200">
129+
<img src="https://img.icons8.com/fluency/96/000000/trophy.png" width="48"/>
130+
<br><strong>Longest Streak</strong>
131+
<br><code>5 days</code>
132+
</td>
133+
</tr>
134+
</table>
135+
136+
<div align="center">
137+
138+
## ⚡ Productivity Insights
139+
140+
</div>
141+
142+
<table align="center">
143+
<tr>
144+
<td align="center">
145+
<img src="https://img.icons8.com/fluency/96/000000/calendar.png" width="40"/>
146+
<br><strong>Most Productive Day</strong>
147+
<br>🔥 <code>Tuesday</code>
148+
</td>
149+
<td align="center">
150+
<img src="https://img.icons8.com/fluency/96/000000/clock.png" width="40"/>
151+
<br><strong>Peak Hours</strong>
152+
<br>⏰ <code>08:00 - 09:00</code>
153+
</td>
154+
</tr>
155+
</table>
156+
157+
<div align="center">
158+
159+
## 📈 Weekly Activity
160+
161+
</div>
162+
163+
```text
164+
🌙 Monday ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░ 116 commits
165+
🔥 Tuesday ██████████████████████████████ 201 commits
166+
💎 Wednesday ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░ 142 commits
167+
⚡ Thursday ██████████████████████████████ 201 commits
168+
🎉 Friday ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░ 116 commits
169+
🌟 Saturday ▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░░░░░░░░ 80 commits
170+
☀️ Sunday ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 45 commits
171+
```
102172

103-
🔥 **Current Streak:** 1 days
173+
<div align="center">
104174

105-
🏆 **Longest Streak:** 5 days
175+
## 💻 Language Distribution
106176

107-
📅 **Most Productive Day:** Tuesday
177+
</div>
108178

109-
⌚️ **Most Productive Hour:** 08:00 - 09:00
179+
<div align="center">
110180

111-
📊 **Weekly Commit Distribution:**
112-
```
113-
Monday [█████████████████░░░░░░░░░░░░░] 116 commits
114-
Tuesday [██████████████████████████████] 201 commits
115-
Wednesday [████████████████████░░░░░░░░░░] 136 commits
116-
Thursday [█████████████████████████████░] 200 commits
117-
Friday [█████████████████░░░░░░░░░░░░░] 116 commits
118-
Saturday [███████████░░░░░░░░░░░░░░░░░░░] 80 commits
119-
Sunday [██████░░░░░░░░░░░░░░░░░░░░░░░░] 45 commits
120-
```
181+
![JavaScript](https://img.shields.io/badge/JavaScript-87.6%25-blue?style=flat-square&logo=javascript&logoColor=white)
182+
![TypeScript](https://img.shields.io/badge/TypeScript-5.1%25-blue?style=flat-square&logo=typescript&logoColor=white)
183+
![SCSS](https://img.shields.io/badge/SCSS-2.0%25-blue?style=flat-square&logo=sass&logoColor=white)
121184

122-
💻 **Language Statistics:**
123-
```
124-
JavaScript [███████████████████████████████████░░░░░] 87.65%
125-
TypeScript [██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5.10%
126-
SCSS [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1.96%
127-
Go [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1.65%
128-
HTML [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1.24%
129-
Ruby [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0.82%
130-
Elixir [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0.68%
131-
CSS [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0.37%
132-
Python [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0.35%
133-
Vim Script [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0.10%
134-
Other [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0.07%
185+
![Go](https://img.shields.io/badge/Go-1.7%25-blue?style=flat-square&logo=go&logoColor=white)
186+
![HTML](https://img.shields.io/badge/HTML-1.2%25-blue?style=flat-square&logo=html5&logoColor=white)
187+
188+
</div>
189+
190+
<details>
191+
<summary><b>📊 Detailed Breakdown</b></summary>
192+
193+
```text
194+
🟨 JavaScript ███████████████████████████████████░░░░░ 87.64%
195+
🔷 TypeScript ▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.10%
196+
🎨 SCSS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.96%
197+
🔵 Go ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.65%
198+
🌐 HTML ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.24%
199+
💎 Ruby ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.82%
200+
💧 Elixir ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.68%
201+
🎨 CSS ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.37%
202+
🐍 Python ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.35%
203+
🟢 Vim Script ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.10%
204+
💻 Other ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.07%
135205
```
136206

137-
_Last update: 2025-10-29 13:10:44 • Generated with [GitInsights](https://github.com/awcodify/GitInsights)_
207+
</details>
208+
209+
---
210+
211+
<div align="center">
212+
213+
<sub>📅 Last updated: Thursday, October 30, 2025 at 9:09 AM</sub>
214+
215+
<sub>⚡ Generated with [GitInsights](https://github.com/awcodify/GitInsights)</sub>
216+
217+
</div>
218+
138219
<!--END_SECTION:GitInsights-->

0 commit comments

Comments
 (0)