finish first draft

This commit is contained in:
Justin Lin
2025-11-06 17:40:03 +11:00
parent 733ee07022
commit 2a0b453790
20 changed files with 24 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
FILES=$(find -name "*.md" | sort -V)
META=./meta.yml
OUTPUT=book.epub
OUTPUT=narcissism.epub
pandoc --from markdown --to epub3 \
--metadata-file=$META \
-M title="自戀筆記" \