• Stars
    star
    2,475
  • Rank 17,809 (Top 0.4 %)
  • Language
    TeX
  • License
    Creative Commons ...
  • Created over 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

The Sourdough Framework

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

The book cover

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.

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.

A whole wheat sourdough bread

🍞 Baking the book (Docker)

make

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

If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:

make bake

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

🍞 Baking the book locally (LaTeX)

Make sure you have biber and latexmk installed. Refer to your system's installation instructions for LaTeX. To create the serif .pdf format, run:

cd book/
make

If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:

cd book/
make bake

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

You can get some help on building various versions with:

cd book/
make help

Compiled versions

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

There's an additional enhanced accessibility version using a sans serif font:

Online HTML version (WIP)

Head over to https://www.the-sourdough-framework.com

To build the website make sure to have the ruby version installed specified in website/.ruby-version.

cd book/
make website

Alternatively you can build the website directly with Docker:

make website

Hardcover version

There is a hardcover version of the book available for purchase. You can read more details here.

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. Your donation will tremendously help me to cover costs related to running the-bread-code. It furthermore allows me to dedicate time to continuously update and improve this book.

Links

More Repositories

1

the-bread-code

Learn how to master the art of baking the programmer way.
Shell
4,021
star
2

pizza-dough

This recipe is dedicated to helping you make the best possible pizza dough for Neapolitan pizza.
Ruby
3,436
star
3

mozzarella

Learn how to make homemade mozzarella
60
star
4

booking

Wrapper for the Booking.com API.
Ruby
27
star
5

shuttle-cli

Command line client for the Shuttle SSH Manager.
Ruby
20
star
6

the-sourdough-framework-recipes

The Sourdough Framework Recipes is a collection of sourdough inspired bread making recipes.
TeX
11
star
7

ssh-bookmarks

Terminal ssh bookmark manager written in Ruby.
Ruby
10
star
8

jekyll-quickstart

A jekyll sample project including slim, sass, I18n and twitter bootstrap. Helps you getting started fast.
CSS
7
star
9

diy-proofing-box

Build your own DIY proofing box for sourdough, yoghurt and pizza. Featuring a raspberry pi and night vision.
Shell
6
star
10

dotfiles

My dotrc files
Vim Script
4
star
11

hstorly

hstore translations in your Ruby on Rails models. Super fast and efficient. Uses the hstore datatype in the database.
Ruby
3
star
12

reddit-image-parser

Scrapes images from a Reddit and puts them into a nice gallery.
Ruby
2
star
13

expedia_api

Wrapper for the official Expedia.com API
Ruby
2
star
14

delivery_bot

Delivery bot project to optimize and plan deliveries for a fleet of vehicles.
Ruby
1
star
15

react-native-task

1
star
16

instagram_public_api

Ruby gem for communicating with the public Instagram API.
Ruby
1
star
17

spanish-a-thon

Learning spanish for hackers. Only the most important stuff to get you passed an exam.
JavaScript
1
star
18

homepage

My personal homepage
HTML
1
star
19

transilator

Instead of storing translations in different database tables, translations for your attributes are stored in a JSON/JSONB or Hstore column directly in your table. Internally everything is stored as a hash with keys being locales and values the translations. Based on the locale whenever calling the attribute the translated value is retrieved internally.
Ruby
1
star
20

jekyll-slim

Add slim support to jekyll.
Ruby
1
star