feat: add book compilation pipeline (rescued from #20) #28
Reference in New Issue
Block a user
Delete Branch "rescue/book-compilation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rescued from stale PR #20 which had merge conflicts. Clean merge on top of current main.
Closes #20.
What this adds
build/build.py— Compiles chapters to PDF, EPUB, and MD using pandocbuild/metadata.yaml— Book metadata (title, author, language)build/frontmatter.md— Title page and dedicationbuild/backmatter.md— Acknowledgments and sovereignty noteMakefile—make pdf,make epub,make md,make watch.gitignore— Build artifacts excluded