now with html/css. tweaks to come soon. let's get pdf/doc working now!

This commit is contained in:
2024-11-18 11:58:44 -06:00
parent 2d55022673
commit a25fab6368
10 changed files with 576 additions and 16 deletions

View File

@@ -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