diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45e65c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build-output/client-submission/*.md +build-output/client-submission/*.pdf +build-output/client-submission/*.doc +build-output/job-board/*.md +build-output/job-board/*.pdf +build-output/job-board/*.doc +build-temp/*.yml +build-temp/*.md \ No newline at end of file diff --git a/build-temp/ClientSubmission.yml b/build-temp/ClientSubmission.yml deleted file mode 100644 index 8535249..0000000 --- a/build-temp/ClientSubmission.yml +++ /dev/null @@ -1,7 +0,0 @@ -title: "First Middle Last Resume" -header-left: "\\hspace{1cm}" -header-center: "\\leftmark" -header-right: "Page \\thepage" -footer-left: "First Middle Last" -urlcolor: blue -page-background: "../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf" \ No newline at end of file diff --git a/build-temp/ContactInfo-ClientSubmit.md b/build-temp/ContactInfo-ClientSubmit.md deleted file mode 100644 index 1fb00df..0000000 --- a/build-temp/ContactInfo-ClientSubmit.md +++ /dev/null @@ -1,4 +0,0 @@ -First Middle Last -===== - - diff --git a/build-temp/ContactInfo-JobBoard.md b/build-temp/ContactInfo-JobBoard.md deleted file mode 100644 index da61b09..0000000 --- a/build-temp/ContactInfo-JobBoard.md +++ /dev/null @@ -1,6 +0,0 @@ -First Middle Last -===== - - - -[ [Github Profile](github.com) ] . [ [Linkedin Profile](linkedin.com) ] . [ candidate@domain.com ] . [ 1 123 456 7890 ] . [ Place 1/Place 2 ] diff --git a/build-temp/JobBoard.yml b/build-temp/JobBoard.yml deleted file mode 100644 index dbc9856..0000000 --- a/build-temp/JobBoard.yml +++ /dev/null @@ -1,12 +0,0 @@ -title: "First Middle Last Resume" -titlepage: true -titlepage-logo: "" -date: \today -header-left: "\\hspace{1cm}" -header-center: "\\leftmark" -header-right: "Page \\thepage" -footer-left: "First Middle Last" -footer-center: "Your.Tagline.Here." -footer-right: "[Source code for this resume](https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline)" -urlcolor: blue -page-background: "../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf" \ No newline at end of file