Gutenberg the 💩 out of it!
Go to file
2024-07-07 18:29:39 +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 Update content 2024-07-07 18:27:02 +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 Update metadata 2024-07-07 18:27:10 +02:00
README.md Update README 2024-07-07 18:29:39 +02:00

letterpress

Gutenberg the 💩 out of it!

Tools

This Project makes use of the following tools:

Batteries included

Everything you need to get started is included in the package

  • Devcontainers: Allows you to build your book locally
  • GitHub Workflows: Allows you to build your book on GitHub CI

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