mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 14:11:11 -06:00
* tmp commit * Spelling mistakes fix * Fix display * Improve text * Add kneading flowchart * Improve sentence. Thanks Any_Key * Improve chart based on feedback, add references * Cleanup + add references * use tikzpicture for charts * Replace image with chart * Add image and table * Add dough development charts * Update readme
68 lines
2.0 KiB
Markdown
68 lines
2.0 KiB
Markdown
# The Sourdough Framework (WIP)
|
|
|
|
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 individual
|
|
environment. Every flour, every sourdough and every home setup
|
|
is different. This makes making sourdough bread at home so hard.
|
|
Say no more, this book will help you to master making bread in
|
|
your environment.
|
|
|
|

|
|
|
|
## Motivation
|
|
|
|
|
|
4 years after launching [the-bread-code repo](https://github.com/hendricius/the-bread-code)
|
|
and the [pizza-dough repo](https://github.com/hendricius/pizza-dough)
|
|
I present to you The Sourdough Framework book. When not
|
|
working as a software engineer I teach people how to bake bread on
|
|
[my YouTube channel.](https://youtube.com/c/thebreadcode) Several
|
|
people have asked me to offer a written down version of my teachings.
|
|
I believe that knowledge like this 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 constrains.
|
|
|
|
## Status
|
|
|
|
The book is a work in progress. This represents the current status:
|
|
|
|
* ✅ Intro
|
|
* ✅ Enzymes
|
|
* ✅ Microorganisms
|
|
* ✅ Making a starter
|
|
* ✅ Sourdough starter types
|
|
* ✅ Flour types
|
|
* ✅ Bread types
|
|
* ❌ Wheat sourdough
|
|
* ❌ Non wheat sourdough
|
|
* ✅ Baking
|
|
* ❌ Storing bread
|
|
* ✅ Troubleshooting
|
|
|
|
|
|
## Building the book
|
|
|
|
Make sure you have `biber` installed. Refer to your system's installation
|
|
instructions. Also make sure you have `pdflatex` installed.
|
|
|
|
```console
|
|
cd book/
|
|
make
|
|
```
|
|
|
|
## Compiled book
|
|
|
|
You can follow the progress in the `book/` folder
|
|
and you can [download the compiled version here](https://thbrco.io/book).
|
|
|
|
## Support
|
|
|
|
Do you find a typo, or you feel the wording could be improved?
|
|
Feel free to open up a pull request at any time.
|
|
|
|
If you would like to contribute financially to the project and
|
|
support it financially you can do so via my [ko-fi page.](https://ko-fi.com/thebreadcode)
|