work history should be common to both outputs

This commit is contained in:
Charles N Wyble 2024-11-18 12:41:54 -06:00
parent a25fab6368
commit 5b7ecc7b00
2 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@ NonCvResumeInputFiles=(
"../../common/@ReachableCEO/Resume/Common/Contact-Info.md" "../../common/@ReachableCEO/Resume/Common/Contact-Info.md"
"../@ReachableCEO/Resume/Non-CV/Skills.md" "../@ReachableCEO/Resume/Non-CV/Skills.md"
"../@ReachableCEO/Resume/Non-CV/Projects.md" "../@ReachableCEO/Resume/Non-CV/Projects.md"
"../@ReachableCEO/Resume/Non-CV/Work-History.md" "../../common/@ReachableCEO/Resume/Common/Work-History.md"
"../../common/@ReachableCEO/Resume/Common/Education.md" "../../common/@ReachableCEO/Resume/Common/Education.md"
) )
@ -25,9 +25,15 @@ unset IFS
# --from=markdown \ # --from=markdown \
# --output=../output/final/CharlesNWybleShortResume.pdf # --output=../output/final/CharlesNWybleShortResume.pdf
#First html, for resume.reachableceo.com
pandoc \ pandoc \
--from=markdown \ --from=markdown \
--to=html \ --to=html \
-o ../output/final/CharlesNWybleShortResume.html \ -o ../output/final/CharlesNWybleShortResume.html \
-c resume-css-stylesheet.css \ -c resume-css-stylesheet.css \
../output/intermediate/CharlesNWybleShortResume.md ../output/intermediate/CharlesNWybleShortResume.md
# Second pdf, for sending to hiring managers/recruiters
# Third pdf, for sending to hiring managers/recruiters