1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

feat: add events page and music widget

- add music source from Listenbrainz, easter egg and evets page
- update design of resume page

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-02-26 17:17:48 +05:30
committed by Morumotto
parent 6b07ea345f
commit ef70634b2a
20 changed files with 1429 additions and 387 deletions
+7 -3
View File
@@ -1,3 +1,7 @@
# WakaTime API key — used to fetch coding activity stats for the homepage
# Get yours at https://wakatime.com/settings/api-key
WAKATIME_API_KEY=
# No environment variables required.
# All external data is fetched from public APIs or configured in src/config/theme.ts.
#
# WakaTime: public share URL (configured in src/lib/wakatime.ts)
# GitHub: public API (configured in src/lib/github.ts)
# ListenBrainz: public API, username in src/config/theme.ts
# Cal.com: embedded via CDN script (configured in src/pages/meeting.astro)