Files
ReachableCEO-Profile-Consul…/local/build/ConsultantVariables.env

74 lines
3.0 KiB
Bash

#############################################################################
#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK
export PipelineClientWorkingDir="/home/localuser/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-Consulting/local/"
export BUILD_OUTPUT_DIR="/home/localuser/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-Consulting/RenderedAssets/"
#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK
#############################################################################
###################################################
# Modify these values to suit
###################################################
########################
# Contact info
########################
export ConsultantName="Charles N Wyble"
export ConsultantPhone="1 818 280 7059"
export ConsultantEmail="reachableceo@reachableceo.com"
########################
# Profile information
########################
export ConsultantOneLineSummary="Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/Windows/Networking/Cyber security background and experience
"
export ConsultantLinkedin="https://www.linkedin.com/in/charles-wyble-412007337"
export ConsultantGithub="https://git.knownelement.com/reachableceo"
export ConsultantTagline="Candor. Consistency. Completion."
########################
# Formatting options
########################
export ConsultantLogo="~/localuser/ReachableCEO/ReachableCEOOutreachMaterial/ReachableCEO.png"
export SourceCode="https://git.knownelement.com/reachableceo/ReachableCEO-Profile-Consulting"
export URLCOLOR="blue"
export PAGEBACKGROUND="$PipelineClientWorkingDir/build/background3.pdf"
export PANDOC_TEMPLATE="$PipelineClientWorkingDir/build/eisvogel.tex"
###########################
# Yaml files used by pandoc
###########################
export YamlInputTemplateFileConsultantInfoSheet="$PipelineClientWorkingDir/build/BuildTemplate-ConsultantInfoSheet.yml"
export YamlInputTemplateFileConsultantProfile="$PipelineClientWorkingDir/build/BuildTemplate-ConsultantProfile.yml"
##########################
# Consultant info sheet
##########################
export ConsultantPreferredContactMethod="Email will get the fastest response."
export ConsultantCurrentTimezone="CST"
export ConsultantWorkableTimezones="PST/CST/EST"
export ConsultantTotalExperience="22 years"
########################
#Compensation targets
########################
export ConsultantHourlyRateStandard="145.00"
export ConsultantHourlyRateBespoke="245.00"
###############################
# Output location/filenames
###############################
export PROFILE_FILE_NAME="$(echo $ConsultantName|sed 's/ //g')"
export ConsultantInfoSheetMarkdownOutputFile="$BUILD_OUTPUT_DIR/$PROFILE_FILE_NAME-ConsultantInfoSheet.md"
export ConsultantInfoSheetPDFOutputFile="$BUILD_OUTPUT_DIR/$PROFILE_FILE_NAME-ConsultantInfoSheet.pdf"
export ConsultantProfileMarkdownOutputFile="$BUILD_OUTPUT_DIR/$PROFILE_FILE_NAME-ConsultantProfile.md"
export ConsultantProfilePDFOutputFile="$BUILD_OUTPUT_DIR/$PROFILE_FILE_NAME-ConsultantProfile.pdf"