mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
feat: add volume-specific output filenames to Quarto configs
Set output-file to Machine-Learning-Systems-Vol1 and Machine-Learning-Systems-Vol2 in all PDF and EPUB configs. This makes output filenames clean and distinguishable, serving as single source of truth for downstream packaging.
This commit is contained in:
@@ -21,6 +21,7 @@ project:
|
||||
navigate: false
|
||||
|
||||
book:
|
||||
output-file: Machine-Learning-Systems-Vol1
|
||||
favicon: assets/images/icons/favicon.png
|
||||
cover-image: assets/images/covers/cover-hardcover-book-vol1.png
|
||||
cover-image-alt: "Cover image."
|
||||
|
||||
@@ -21,6 +21,7 @@ project:
|
||||
navigate: false
|
||||
|
||||
book:
|
||||
output-file: Machine-Learning-Systems-Vol2
|
||||
favicon: assets/images/icons/favicon.png
|
||||
cover-image: assets/images/covers/cover-hardcover-book-vol2.png
|
||||
cover-image-alt: "Cover image."
|
||||
|
||||
@@ -16,7 +16,7 @@ project:
|
||||
output-dir: _build/pdf-vol1
|
||||
|
||||
book:
|
||||
output-file: Machine-Learning-Systems
|
||||
output-file: Machine-Learning-Systems-Vol1
|
||||
favicon: assets/images/icons/favicon.png
|
||||
cover-image: assets/images/covers/cover-hardcover-book-vol1.png
|
||||
cover-image-alt: "Cover image."
|
||||
|
||||
@@ -12,7 +12,7 @@ project:
|
||||
output-dir: _build/pdf-vol2
|
||||
|
||||
book:
|
||||
output-file: Machine-Learning-Systems
|
||||
output-file: Machine-Learning-Systems-Vol2
|
||||
favicon: assets/images/icons/favicon.png
|
||||
cover-image: assets/images/covers/cover-hardcover-book-vol2.png
|
||||
cover-image-alt: "Cover image."
|
||||
|
||||
Reference in New Issue
Block a user