Add convenient VCF conference page URLs at site root
This commit is contained in:
parent
4ca7ee4ec3
commit
acf71f3023
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,6 +14,7 @@ index.html
|
|||
git.html
|
||||
resume.html
|
||||
resume.inner.html
|
||||
vcf*-20*.html
|
||||
|
||||
Session.vim
|
||||
*.swp
|
||||
|
|
|
|||
5
Makefile
5
Makefile
|
|
@ -20,6 +20,9 @@ blog/%.indicator.html: indicators
|
|||
blog/%.html: %.head.html nav.head.html %.indicator.html nav.tail.html window.head.html %.inner.html window.tail.html
|
||||
cat $^ > $@
|
||||
|
||||
vcf%.html: vcf%.head.html nav.head.html blog/vcf%.indicator.html nav.tail.html window.head.html blog/vcf%.inner.html window.tail.html
|
||||
cat $^ > $@
|
||||
|
||||
blog.inner.html: $(BLOG_SRC)
|
||||
scripts/blogposts.bash > $@
|
||||
|
||||
|
|
@ -51,6 +54,6 @@ deploy: all $(DEPLOY_HTTPROOT)/blob
|
|||
cp -rv *.css *.html blog media \
|
||||
$(DEPLOY_HTTPROOT)
|
||||
|
||||
all: blog-posts index.html blog.html resume.html
|
||||
all: blog-posts index.html blog.html resume.html vcfmw-2024.html
|
||||
|
||||
.PHONY: all blog-posts indicators deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue