Add convenient VCF conference page URLs at site root

This commit is contained in:
Andrea Rogers 2024-10-04 14:28:31 -05:00
commit acf71f3023
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -14,6 +14,7 @@ index.html
git.html git.html
resume.html resume.html
resume.inner.html resume.inner.html
vcf*-20*.html
Session.vim Session.vim
*.swp *.swp

View file

@ -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 blog/%.html: %.head.html nav.head.html %.indicator.html nav.tail.html window.head.html %.inner.html window.tail.html
cat $^ > $@ 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) blog.inner.html: $(BLOG_SRC)
scripts/blogposts.bash > $@ scripts/blogposts.bash > $@
@ -51,6 +54,6 @@ deploy: all $(DEPLOY_HTTPROOT)/blob
cp -rv *.css *.html blog media \ cp -rv *.css *.html blog media \
$(DEPLOY_HTTPROOT) $(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 .PHONY: all blog-posts indicators deploy