Resume system overhaul :)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m54s

This commit is contained in:
2025-07-18 12:14:23 -06:00
parent 26c0862b3e
commit 528060b85a
13 changed files with 951 additions and 360 deletions

View File

@@ -51,7 +51,7 @@ export interface NavigationItem {
}
export interface ResumeConfig {
tomlFile: string;
tomlFile: string; // Can be a file path or raw TOML content
pdfFile: {
path: string;
filename: string;