Book changes after reading through physical book (#322)

* Add word

* Add W-value

* Add note for wheat

* Specify

* Lowercase

* Add dry out note

* Add levain

* Add note

* Add bassinage

* Add ali

* Use qty/gram

* Add proofing

* Add fridge proofing

* Add apple

* Add more links, remove BG

* Update bread-types.tex
This commit is contained in:
Hendrik Kleinwaechter
2024-01-04 09:23:19 +01:00
committed by GitHub
parent 30bb9f46ed
commit 4572a8b17b
9 changed files with 84 additions and 22 deletions

View File

@@ -251,7 +251,7 @@ class ModifyBuild
menu = doc.css(".menu-items")[0]
return text if menu.nil?
home_html = %Q{<span class="chapterToc home-link"><a href="/">Home</a></span>}
home_html = %Q{<span class="chapterToc home-link"><a href="/">The Sourdough Framework</a></span>}
# Normally the flowcharts link should be automatically added, but there
# seems to be a problem in the generation. See:
# https://github.com/hendricius/the-sourdough-framework/pull/188 for more
@@ -278,9 +278,15 @@ class ModifyBuild
</a>
</span>
<span class="chapterToc">
<a href="https://breadco.de/kofi">
<span class="chapter_number"></span>
<span class="link_text">Donate</span>
<a href="https://www.the-bread-code.io/book.pdf">
<span class="chapter_number"></span>
<span class="link_text">Book .PDF</span>
</a>
</span>
<span class="chapterToc">
<a href="https://www.the-bread-code.io/book.epub">
<span class="chapter_number">⬇️</span>
<span class="link_text">Book .EPUB</span>
</a>
</span>
<span class="chapterToc">
@@ -289,6 +295,18 @@ class ModifyBuild
<span class="link_text">Hardcover Book</span>
</a>
</span>
<span class="chapterToc">
<a href="https://www.github.com/hendricius/the-sourdough-framework">
<span class="chapter_number">⚙️</span>
<span class="link_text">Source code</span>
</a>
</span>
<span class="chapterToc">
<a href="https://breadco.de/kofi">
<span class="chapter_number">⭐️</span>
<span class="link_text">Donate</span>
</a>
</span>
}
menu.inner_html = "#{home_html} #{menu.inner_html} #{appendix_html}"
doc.to_html