Gutenberg the 💩 out of it!
Go to file
2024-07-07 18:15:32 +02:00
.devcontainer Add makefile plugin to devcontainer 2024-07-07 18:12:00 +02:00
.github Create FUNDING.yml 2024-07-07 00:15:08 +02:00
backgrounds Add main structure 2024-06-24 07:23:43 +02:00
figures Add image 2024-07-03 23:24:00 +02:00
source Add placeholder for about 2024-07-07 18:12:00 +02:00
.editorconfig Add editorconfig 2024-06-15 10:51:17 +02:00
LICENSE Create LICENSE 2024-07-07 00:17:48 +02:00
metadata.yaml Add metadata 2024-07-07 18:15:32 +02:00
README.md Update README 2024-07-07 18:12:00 +02:00

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