mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-29 22:33:58 -06:00
Compare commits
6 Commits
1a51a2b6ac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17b667f4b4 | ||
|
|
93006f34c7 | ||
|
|
cc044c7776 | ||
|
|
505abb15b4 | ||
|
|
134e423277 | ||
|
|
91b073e0fd |
@@ -229,7 +229,7 @@ During World~War~II the first packaged dry yeast was developed. This would
|
||||
ultimately allow bakeries and home bakers to make bread much faster and more
|
||||
consistently. Thanks to pure yeast, building industrial bread making machines
|
||||
was now possible. Provided you maintain the same temperature, same flour and
|
||||
yeast strains fermentation became precisely reproducible. This ultimately lead
|
||||
yeast strains fermentation became precisely reproducible. This ultimately led
|
||||
to the development of giga bakeries and flour blenders. The bakeries demanded
|
||||
the same flour from year to year to bake bread in their machines. For this
|
||||
reason, none of the supermarket flour you buy today is single origin. It is
|
||||
|
||||
@@ -35,21 +35,21 @@ chapters = baking basics bread-types cover flour-types history intro mix-ins\
|
||||
non-wheat-sourdough sourdough-starter storing-bread troubleshooting\
|
||||
wheat-sourdough glossary
|
||||
|
||||
# Actual book text and LaTeX code {{{
|
||||
src_tex := $(foreach directory, $(chapters), $(wildcard $(directory)/*.tex))
|
||||
src_tex += book.tex book_sans_serif.tex references.bib figures/vars.tex
|
||||
src_tex += supporters.csv sourdough.sty colors.tex abbreviations.tex
|
||||
src_tex += $(src_recipes)
|
||||
# }}}
|
||||
|
||||
# Tables and TikZ flowcharts/plots/drawings... {{{
|
||||
src_tables := $(wildcard tables/table-*.tex)
|
||||
src_figures := $(wildcard figures/fig-*.tex) figures/flowcharts_tikz.tex
|
||||
src_figures := $(wildcard figures/fig-*.tex) figures/flowcharts_tikz.tex figures/vars.tex
|
||||
src_figures += $(wildcard plots/fig-*.tex) abbreviations.tex colors.tex
|
||||
src_recipes := $(wildcard recipes/*.tex)
|
||||
src_plots := $(wildcard plots/*.table)
|
||||
# }}}
|
||||
|
||||
# Actual book text and LaTeX code {{{
|
||||
src_tex := $(foreach directory, $(chapters), $(wildcard $(directory)/*.tex))
|
||||
src_tex += book.tex book_sans_serif.tex colors.tex abbreviations.tex
|
||||
src_tex += $(src_recipes) supporters.csv references.bib
|
||||
src_tex += sourdough.sty
|
||||
# }}}
|
||||
|
||||
tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
||||
|
||||
# Photos {{{
|
||||
@@ -76,7 +76,7 @@ low_res_images := $(filter-out %.png, $(low_res_images))
|
||||
src_all := $(src_tex) $(src_figures) $(src_tables) $(images) $(src_plots)
|
||||
|
||||
# Format specific configuration files
|
||||
ebook_src := $(src_all) tex4ebook.cfg book.mk4 book-ebook.css
|
||||
ebook_src := $(src_all) tex4ebook.cfg book.mk4 book-ebook.css nameref.4ht
|
||||
|
||||
website_src := $(src_all) website.cfg style.css
|
||||
website_dir := static_website_html
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
In this chapter you will learn how to make your
|
||||
own sourdough starter, but before doing so you will
|
||||
quickly learn about baker's math. Don't worry,
|
||||
it's a very simple way how to write a recipe which
|
||||
it's a very simple way to write a recipe which
|
||||
is cleaner and more scalable. Once you get the hang
|
||||
of it you will want to write every recipe this way.
|
||||
You will learn to understand the signs indicating
|
||||
@@ -125,7 +125,7 @@ values are just shown as a reference.
|
||||
Don't use chlorinated water when setting up your starter.
|
||||
Ideally, you should use bottled water. In certain regions
|
||||
like Germany, tap water is perfectly fine. Chlorine is added
|
||||
to water as a disinfectant to kill microorganisms, you will
|
||||
to water as a disinfectant to kill microorganisms; you will
|
||||
not be able to grow a starter with chlorinated water.
|
||||
|
||||
In this process, the hydration of your starter is \qty{100}{\percent}.
|
||||
|
||||
@@ -300,7 +300,7 @@ Similar to baking too hot, when baking without enough steam, your dough's crust
|
||||
forms too quickly. It's hard to spot the difference between the two mistakes.
|
||||
I~typically first ask about the temperature and then about the steaming technique
|
||||
to determine what might be wrong with the baking process. Too little steam can
|
||||
typically be spotted by having a thick crust around all around your dough paired
|
||||
typically be spotted by having a thick crust all around your dough paired
|
||||
with large alveoli towards the edges.
|
||||
|
||||
The steam essentially prevents the Maillard reaction from happening too quickly
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.3.7
|
||||
3.3.8
|
||||
|
||||
@@ -23,7 +23,7 @@ DEPENDENCIES
|
||||
pry
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.3.7p123
|
||||
ruby 3.3.8
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.12
|
||||
|
||||
Reference in New Issue
Block a user