resume: Use new unified Git Resume!
This commit is contained in:
parent
55a17a4e69
commit
60e58523ca
3 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@ blog.inner.html
|
||||||
|
|
||||||
index.html
|
index.html
|
||||||
git.html
|
git.html
|
||||||
|
resume.md
|
||||||
resume.html
|
resume.html
|
||||||
resume.inner.html
|
resume.inner.html
|
||||||
vcf*-20*.html
|
vcf*-20*.html
|
||||||
|
|
|
||||||
|
|
@ -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)
|
blog.inner.html: $(BLOG_SRC)
|
||||||
scripts/blogposts.bash > $@
|
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
|
resume.inner.html: resume.md
|
||||||
pandoc --standalone --template template.html $^ -o $@
|
pandoc --standalone --template template.html $^ -o $@
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
blob/resume.md
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue