summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-05-31 16:12:37 +0530
committerBrahmajit Das <listout@listout.xyz>2025-05-31 16:13:44 +0530
commit956698ee85828bf7e7f9ffc94bdcf2b3925440ec (patch)
treecc6c355e1098b5ceba080af6c77d6f0ba442e2ec /Makefile
parentc186f6bcf10cfd9c527b8544baa0d4de7bd05314 (diff)
make: build about page and add title via metadata for both index and aboutHEADmaster
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files 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