23 lines
898 B
Bash
23 lines
898 B
Bash
|
###################################################
|
||
|
# Modify these values to suit
|
||
|
###################################################
|
||
|
|
||
|
#############################################################################
|
||
|
#SET THIS NEXT VARIABLE OR NOTHING WILL WORK!!!!
|
||
|
|
||
|
export PipelineClientWorkingDir="D:/tsys/@ReachableCEO/DSR-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="./background5.pdf"
|
||
|
export PANDOC_TEMPLATE="eisvogel"
|