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:
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user