resume: Use new unified Git Resume!
This commit is contained in:
parent
55a17a4e69
commit
60e58523ca
3 changed files with 7 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue