From 956698ee85828bf7e7f9ffc94bdcf2b3925440ec Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sat, 31 May 2025 16:12:37 +0530 Subject: make: build about page and add title via metadata for both index and about Signed-off-by: Brahmajit Das --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb50955..f55adea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ all: - pandoc -c style.css -s -o index.html index.md - pandoc -c style.css -s -o about.html about.md + pandoc -c style.css -V title:"" -s --to=html --metadata title=listout -o index.html index.md + pandoc -c style.css -V title:"" -s --to=html --metadata title=about -o ~about about.md clean: rm -fr *.html + rm -fr ./~about -- cgit v1.2.3