resume: Use new unified Git Resume!

This commit is contained in:
Andrea Rogers 2024-10-04 15:11:15 -05:00
commit 60e58523ca
3 changed files with 7 additions and 1 deletions

View file

@ -26,6 +26,12 @@ vcf%.html: vcf%.head.html nav.head.html blog/vcf%.indicator.html nav.tail.html w
blog.inner.html: $(BLOG_SRC)
scripts/blogposts.bash > $@
modules/resume/resume.md: .gitmodules
git submodule update --init --recursive -- modules/resume
resume.md: modules/resume/resume.md
tail -n+9 < $< > $@
resume.inner.html: resume.md
pandoc --standalone --template template.html $^ -o $@