added my candidate info letter

This commit is contained in:
2024-12-02 15:05:35 -06:00
parent 040afd9da2
commit 3923176e58
5 changed files with 60 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
echo "Generating PDF..."
pandoc \
CharlesNWybleCandidateInfo.md \
--template eisvogel \
--metadata-file=./CandidateInfo.yml \
--from markdown \
--to=pdf \
--output ./CharlesNWybleCandidateInfo.pdf