now with html/css. tweaks to come soon. let's get pdf/doc working now!
This commit is contained in:
@@ -18,9 +18,16 @@ for file in "${NonCvResumeInputFiles[@]}"; do
|
||||
done
|
||||
unset IFS
|
||||
|
||||
# Run pandoc to generate PDF/DOC into output dir
|
||||
# Run pandoc to generate HTML/PDF/DOC into output dir
|
||||
|
||||
#pandoc \
|
||||
# < ../output/intermediate/CharlesNWybleShortResume.md \
|
||||
# --from=markdown \
|
||||
# --output=../output/final/CharlesNWybleShortResume.pdf
|
||||
# --output=../output/final/CharlesNWybleShortResume.pdf
|
||||
|
||||
pandoc \
|
||||
--from=markdown \
|
||||
--to=html \
|
||||
-o ../output/final/CharlesNWybleShortResume.html \
|
||||
-c resume-css-stylesheet.css \
|
||||
../output/intermediate/CharlesNWybleShortResume.md
|
440
CurrentResume/non-cv/code/resume-css-stylesheet.css
Normal file
440
CurrentResume/non-cv/code/resume-css-stylesheet.css
Normal file
File diff suppressed because one or more lines are too long
BIN
CurrentResume/non-cv/code/resume-docx-reference.docx
Normal file
BIN
CurrentResume/non-cv/code/resume-docx-reference.docx
Normal file
Binary file not shown.
Reference in New Issue
Block a user