cleanup. preparing for new pipeline.

This commit is contained in:
2025-07-16 13:00:42 -05:00
parent defaaf8a29
commit db8e11bcd9
14 changed files with 1080 additions and 374 deletions

View File

@@ -1,7 +1,8 @@
#############################################################################
#SET THIS OR NOTHING WILL WORK
export PipelineClientWorkingDir="D:/tsys/ReachableCEOPublic/MarketingMaterials/inputs/ReachableCEO-Profile-FTE/local"
#SET THIS OR NOTHING WILL WORK
#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK
export PipelineClientWorkingDir="/home/localuser/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-FullTimeEmployment/local/"
export BUILD_OUTPUT_DIR="/home/localuser/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-FullTimeEmployment/RenderedAssets/"
#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK
#############################################################################
###################################################
@@ -31,11 +32,11 @@ export CandidateTagline="Candor. Consistency. Completion."
# Formatting options
########################
export CandidateLogo="D:/tsys/ReachableCEOPublic/ReachableCEO.png"
export CandidateLogo="/home/localuser/ReachableCEO/OutreachMaterial/ReachableCEO.png"
export SourceCode="https://git.knownelement.com/reachableceo/ReachableCEO-Profile-FullTimeEmployment"
export URLCOLOR="blue"
export PAGEBACKGROUND="$PipelineClientWorkingDir/build/background5.pdf"
export PANDOC_TEMPLATE="eisvogel"
export PANDOC_TEMPLATE="$PipelineClientWorkingDir/build/eisvogel.tex"
###########################
# Yaml files used by pandoc
@@ -88,7 +89,6 @@ export CandidateRateSheetRemote1099HourlyPrefer="\$85.00"
RESUME_FILE_NAME="$(echo $CandidateName|sed 's/ //g')"
export BUILD_OUTPUT_DIR="D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com"
export CandidateInfoSheetMarkdownOutputFile="$BUILD_OUTPUT_DIR/recruiter/$RESUME_FILE_NAME-CandidateInfoSheet.md"
export CandidateInfoSheetPDFOutputFile="$BUILD_OUTPUT_DIR/recruiter/$RESUME_FILE_NAME-CandidateInfoSheet.pdf"

0
local/build/build-resume.sh Normal file → Executable file
View File

1073
local/build/eisvogel.tex Normal file

File diff suppressed because it is too large Load Diff