From 2a2be1ad106b709f84f85b055cdf5dffb437af18 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Tue, 10 Dec 2024 17:44:05 -0600 Subject: [PATCH] all artifacts get created when i comment out the logo. digging into it. --- local/Templates/ContactInfo/ContactInfo-ClientSubmit.md | 4 ++++ local/Templates/ContactInfo/ContactInfo-JobBoard.md | 6 ++++++ local/build-temp/CandidateInfoSheet.yml | 2 +- local/build-temp/ContactInfo-ClientSubmit.md | 4 ++++ local/build-temp/ContactInfo-JobBoard.md | 6 ++++++ local/build-temp/JobBoard.yml | 2 +- local/build/build-resume.sh | 2 +- 7 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 local/Templates/ContactInfo/ContactInfo-ClientSubmit.md create mode 100644 local/Templates/ContactInfo/ContactInfo-JobBoard.md diff --git a/local/Templates/ContactInfo/ContactInfo-ClientSubmit.md b/local/Templates/ContactInfo/ContactInfo-ClientSubmit.md new file mode 100644 index 0000000..0ea8fe7 --- /dev/null +++ b/local/Templates/ContactInfo/ContactInfo-ClientSubmit.md @@ -0,0 +1,4 @@ +{{CandidateName}} +===== + +{{CandidateOneLinerSummary}} diff --git a/local/Templates/ContactInfo/ContactInfo-JobBoard.md b/local/Templates/ContactInfo/ContactInfo-JobBoard.md new file mode 100644 index 0000000..853936b --- /dev/null +++ b/local/Templates/ContactInfo/ContactInfo-JobBoard.md @@ -0,0 +1,6 @@ +{{CandidateName}} +===== + +{{CandidateOneLinerSummary}} + +[ [Github Profile]({{CandidateGithub}}) ] . [ [Linkedin Profile]({{CandidateLinkedin}}) ] . [ {{CandidateEmail}} ] . [ {{CandidatePhone}} ] . [ {{CandidateLocation}} ] diff --git a/local/build-temp/CandidateInfoSheet.yml b/local/build-temp/CandidateInfoSheet.yml index 6356260..611f4cf 100644 --- a/local/build-temp/CandidateInfoSheet.yml +++ b/local/build-temp/CandidateInfoSheet.yml @@ -1,6 +1,6 @@ title: "Charles N Wyble Candidate Information Sheet" titlepage: true -titlepage-logo: "D:\tsys\@ReachableCEO\ReachableCEO.png" +titlepage-logo: "" toc: true toc-own-page: true date: \today diff --git a/local/build-temp/ContactInfo-ClientSubmit.md b/local/build-temp/ContactInfo-ClientSubmit.md index e69de29..094dd39 100644 --- a/local/build-temp/ContactInfo-ClientSubmit.md +++ b/local/build-temp/ContactInfo-ClientSubmit.md @@ -0,0 +1,4 @@ +Charles N Wyble +===== + + diff --git a/local/build-temp/ContactInfo-JobBoard.md b/local/build-temp/ContactInfo-JobBoard.md index e69de29..0d3e4b7 100644 --- a/local/build-temp/ContactInfo-JobBoard.md +++ b/local/build-temp/ContactInfo-JobBoard.md @@ -0,0 +1,6 @@ +Charles N Wyble +===== + + + +[ [Github Profile](https://www.github.com/reachableceo) ] . [ [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337) ] . [ reachableceo@reachableceo.com ] . [ 1 818 280 7059 ] . [ Austin TX / Raleigh NC / Remote ] diff --git a/local/build-temp/JobBoard.yml b/local/build-temp/JobBoard.yml index dacddce..5361a70 100644 --- a/local/build-temp/JobBoard.yml +++ b/local/build-temp/JobBoard.yml @@ -1,6 +1,6 @@ title: "Charles N Wyble Resume" titlepage: true -titlepage-logo: "D:\tsys\@ReachableCEO\ReachableCEO.png" +titlepage-logo: "" date: \today header-left: "\\hspace{1cm}" header-center: "\\leftmark" diff --git a/local/build/build-resume.sh b/local/build/build-resume.sh index 9124555..a149210 100644 --- a/local/build/build-resume.sh +++ b/local/build/build-resume.sh @@ -44,7 +44,7 @@ export CandidateTagline="Tenacity. Velocity. Focus." # Formatting options ######################## -export CandidateLogo="D:\tsys\@ReachableCEO\ReachableCEO.png" +#export CandidateLogo="D:\\tsys\\@ReachableCEO\\ReachableCEO.png" export SourceCode="https://git.knownelement.com/reachableceo/ReachableCEOResume" export URLCOLOR="blue" export PAGEBACKGROUND="$PipelineClientWorkingDir/build/background5.pdf"