mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-12-22 07:01:08 +00:00
dc6b47f0f4eaafd3651c08933d0ff646ad65da60
letterpress
Gutenberg the 💩 out of it!
Batteries included
- Devcontainers
- GitHub Workflows
Bring your own
- Content
- Images
Commands
Generate
In order to generate the PDF and the EPUB versions of the book you can just run:
make
If you just need to generate the PDF:
make output/your_book_slug.pdf
If you just need to generate the EPUB:
make output/your_book_slug.epub
Count
make count
Clean
In order to remove the generated files you can run:
make clean
Description
Languages
Makefile
100%