1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40: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
+3 -1
View File
@@ -43,6 +43,7 @@ export interface ThemeConfig {
url: string;
author: string;
logoText: string;
listenBrainzUser?: string;
};
fonts: {
@@ -102,6 +103,7 @@ const theme: ThemeConfig = {
url: "https://avinal.space",
author: "Avinal Kumar",
logoText: "avinal.space",
listenBrainzUser: "avinal",
},
fonts: {
@@ -169,7 +171,7 @@ const theme: ThemeConfig = {
spacing: {
base: "0.25rem",
navHeight: "3.5rem",
maxProse: "42rem",
maxProse: "48rem",
maxPage: "64rem",
sectionGap: "4rem",
cardPadding: "1.5rem",