This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user