axelav / the-sourdough-framework

Open source book dedicated to helping you to make the best possible sourdough bread at home.

Home Page:https://breadco.de/book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Sourdough Framework

The sourdough framework is an open-source book dedicated to helping you to make the best possible sourdough bread at home.

Rather than providing recipes this book intends to provide a framework that enables you to bake bread in your respective environment. Every flour, every sourdough, and every home setup is different. This makes following recipes without background information so hard and a fail-prone endeavor. This book intends to close that gap.

A whole wheat sourdough bread

Background

4 years after launching the repositories the-bread-code and pizza-dough I created this project to merge the knowledge together. This project intends to go one step deeper into the workings of natural fermentation. At the same time as many scientific references as possible are provided.

The book cover

Building the book (Docker)

make

Then you can check out the file book/book.pdf

If you want to build the eBook versions (.epub, .mobi, .azw3) run:

make release

You can check the files in the folder book/release/

Building the book locally (LaTeX)

Make sure you have biber installed. Refer to your system's installation instructions for LaTeX.

cd book/
make

If you want to build the eBook versions (.epub, .mobi, .azw3) run:

cd book/
make release

You can check the files in the folder book/release/

Compiled versions

The below versions are automatically built on every push to the main branch.

Support

Did you find a typo, or feel the wording could be improved? Feel free to open up a pull request at any time.

I believe that the knowledge this book provides is essential to everyone. That's why I decided to open source my knowledge hoping that it will reach more people all over the world without budget constraints.

If you would like to contribute with a small donation you can do so via my ko-fi page. This will help me to cover costs related to running the-bread-code and allow me to work more updates for this book.

Links

About

Open source book dedicated to helping you to make the best possible sourdough bread at home.

https://breadco.de/book

License:MIT License


Languages

Language:TeX 99.1%Language:Makefile 0.7%Language:Dockerfile 0.1%Language:Shell 0.1%