Third Cage on the Left
Growing up in London Zoo in the 1950s
Third Cage on the Left is now set up as a Quarto book that can be published on GitHub Pages from the docs directory.
This edition is generated from the manuscript PDF in the repository. The extracted text is readable, but it still needs editorial review for PDF artifacts, repeated social-post framing, and chapter polish.
0.1 Build Workflow
- Run
python3 scripts/build_from_pdf.pyto regenerate the book source files from the PDF. - Run
quarto renderto publish the rendered site intodocs/. - Push
mainand GitHub Pages will serve the updated book.
0.2 Source Files
- The manuscript source PDF is
Page 1 to 10 THIRD CAGE ON THE LEFT.pdf. - The generated chapter files live in
book/. - The Quarto project configuration is in
_quarto.yml.