Fixed term!
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2025-06-26 16:19:52 -06:00
parent f89d32d6ce
commit 43c96c73b2
7 changed files with 534 additions and 160 deletions

View File

@@ -51,7 +51,7 @@ export interface NavigationItem {
}
export interface ResumeConfig {
jsonFile: string;
tomlFile: string;
pdfFile: {
path: string;
filename: string;
@@ -83,6 +83,10 @@ export interface ResumeConfig {
title?: string;
enabled?: boolean;
};
awards?: {
title?: string;
enabled?: boolean;
};
};
}