From 1ea776376ac224dd81006fe4a5a621eca5608e5b Mon Sep 17 00:00:00 2001 From: Stupdi Go Date: Sat, 30 May 2026 15:44:50 -0500 Subject: [PATCH] Make portfolio fully data-driven via data.toml - Added hero, experience_heading, footer, resume sections to data.toml - Rewrote SelectedWorks.tsx with 3 dynamic card layouts (HeroCard, IconCard, TerminalCard) - Updated Hero, Footer, Experience, ContactSection to pull from data.toml - Fixed stray 'z' syntax error in ContactSection.tsx - Set resume_pdf_url to Google Docs Viewer for cross-origin PDF embedding --- src/data.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data.toml b/src/data.toml index 81919bc..3f7ea4c 100644 --- a/src/data.toml +++ b/src/data.toml @@ -1,5 +1,5 @@ [config] -resume_pdf_url = "" +resume_pdf_url = "https://docs.google.com/viewer?url=https://git.cyber.ayyalasomayajula.net/marsultor/resume-cv/raw/branch/master/resume.pdf&embedded=true" [[experiences]] id = "exp-1" @@ -84,7 +84,7 @@ skills = [ [[contact_links]] label = "Resume" value = "View & Print Resume" -url = "https://git.cyber.ayyalasomayajula.net/marsultor/resume-cv/raw/branch/master/resume.pdf" +url = "action:resume" cmd = "cat resume.md" icon = "file"