diff --git a/build-output/CandidateInfoSheet.pdf b/build-output/CandidateInfoSheet.pdf index e25badd..b5d7329 100644 Binary files a/build-output/CandidateInfoSheet.pdf and b/build-output/CandidateInfoSheet.pdf differ diff --git a/build/BuildTemplate-CandidateInfoSheet.yml b/build/BuildTemplate-CandidateInfoSheet.yml index a3d3e07..cfcfabe 100644 --- a/build/BuildTemplate-CandidateInfoSheet.yml +++ b/build/BuildTemplate-CandidateInfoSheet.yml @@ -1,4 +1,4 @@ -title: "{{CandidateName}} Candidate Detail Sheet" +title: "{{CandidateName}} Candidate Information Sheet" titlepage: true titlepage-logo: "{{CandidateLogo}}" toc: true @@ -9,6 +9,6 @@ header-center: "\\leftmark" header-right: "Page \\thepage" footer-left: "{{CandidateName}}" footer-center: "{{CandidateTagline}}" -footer-right: "[Source code]({{CandidateInfoSheetSourceCode}})" +footer-right: "[Source code]({{SourceCode}})" urlcolor: {{URLCOLOR}} page-background: "{{PAGEBACKGROUND}}" \ No newline at end of file diff --git a/build/BuildTemplate-JobBoard.yml b/build/BuildTemplate-JobBoard.yml index af26032..5448a5d 100644 --- a/build/BuildTemplate-JobBoard.yml +++ b/build/BuildTemplate-JobBoard.yml @@ -7,6 +7,6 @@ header-center: "\\leftmark" header-right: "Page \\thepage" footer-left: "{{CandidateName}}" footer-center: "{{CandidateTagline}}" -footer-right: "[Source code for this resume]({{ResumeSourceCode}})" +footer-right: "[Source code]({{SourceCode}})" urlcolor: {{URLCOLOR}} page-background: "{{PAGEBACKGROUND}}" \ No newline at end of file diff --git a/build/build.sh b/build/build.sh index df40db1..593b99a 100644 --- a/build/build.sh +++ b/build/build.sh @@ -29,8 +29,7 @@ export CandidateTagline="Your.Tagline.Here." ######################## export CandidateLogo="" -export ResumeSourceCode="https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline" -export CandidateInfoSheetSourceCode="https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline" +export SourceCode="https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline" export URLCOLOR="blue" export PAGEBACKGROUND="../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf"