22 lines
875 B
Bash
22 lines
875 B
Bash
###################################################
|
|
# Modify these values to suit
|
|
###################################################
|
|
|
|
#############################################################################
|
|
#SET THIS NEXT VARIABLE OR NOTHING WILL WORK!!!!
|
|
|
|
export PipelineClientWorkingDir="D:/tsys/@ReachableCEO/MarkdownResume-Pipeline-ClientExample/local"
|
|
|
|
#SET THE PREVIOUS VARIABLE OR NOTHING WILL WORK!!!!
|
|
#############################################################################
|
|
|
|
##########################################
|
|
# Layout/title page /formatting options
|
|
##########################################
|
|
|
|
export ReportAuthor="First Middle Last"
|
|
export AuthorTagline="Your.Tagline.Here."
|
|
export AuthorLogo=""
|
|
export SourceCode="https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline"
|
|
export URLCOLOR="blue"
|
|
export PAGEBACKGROUND="./background3.pdf" |