diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-05-31 16:12:37 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-05-31 16:13:44 +0530 |
commit | 956698ee85828bf7e7f9ffc94bdcf2b3925440ec (patch) | |
tree | cc6c355e1098b5ceba080af6c77d6f0ba442e2ec /Makefile | |
parent | c186f6bcf10cfd9c527b8544baa0d4de7bd05314 (diff) |
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |