Compare commits
11 Commits
23d9ec4684
...
92564021cf
Author | SHA1 | Date | |
---|---|---|---|
92564021cf | |||
61522d10ac | |||
d98e910ca1 | |||
f48973daaa | |||
3e95b27f5e | |||
d72c7c7948 | |||
38de3a8f3b | |||
c3a69c6998 | |||
a50798d665 | |||
fcf0844090 | |||
a3e77a8110 |
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,10 +1 @@
|
||||
local/build-output/JSONResume/*.json
|
||||
local/build-output/MarkdownResume/*/*.doc
|
||||
local/build-output/MarkdownResume/*/*.md
|
||||
local/build-output/MarkdownResume/*/*.pdf
|
||||
|
||||
local/build-temp/MarkdownResume/*.yml
|
||||
local/build-temp/MarkdownResume/*.md
|
||||
local/build-temp/MarkdownResume/*/*.md
|
||||
local/build-temp/MarkdownResume/*/*.pdf
|
||||
local/build-temp/MarkdownResume/*/*.doc
|
||||
local/build-temp/*
|
@@ -1,14 +0,0 @@
|
||||
title: "Charles N Wyble Consultant Information Sheet"
|
||||
titlepage: true
|
||||
titlepage-logo: "D:/tsys/ReachableCEOPublic/ReachableCEO.png"
|
||||
toc: true
|
||||
toc-own-page: true
|
||||
date: \today
|
||||
header-left: "\\hspace{1cm}"
|
||||
header-center: "\\leftmark"
|
||||
header-right: "Page \\thepage"
|
||||
footer-left: "Charles N Wyble"
|
||||
footer-center: "Tenacity. Velocity. Focus."
|
||||
footer-right: "[Source code](https://git.knownelement.com/reachableceo/ReachableCEO-Profile-Consulting)"
|
||||
urlcolor: blue
|
||||
page-background: "D:/tsys/ReachableCEOPublic/MarketingMaterials/backend/ReachableCEO-Profile-Consulting/local/build/background3.pdf"
|
@@ -16,13 +16,7 @@ $MO_PATH $YamlInputTemplateFileConsultantInfoSheet > $BUILDYAML_CONSULTANT_INFOS
|
||||
|
||||
echo "Creating candidate info sheet..."
|
||||
|
||||
set -x
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
|
||||
|
||||
set +x
|
||||
$MO_PATH $PipelineClientWorkingDir/Templates/ConsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
|
||||
|
||||
pandoc \
|
||||
"$ConsultantInfoSheetMarkdownOutputFile" \
|
||||
|
Reference in New Issue
Block a user