Skip to content

Commit

Permalink
Update dependencies - add support message
Browse files Browse the repository at this point in the history
  • Loading branch information
hendricius committed Jul 18, 2024
1 parent be24f27 commit d0b59eb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
3 changes: 2 additions & 1 deletion calculator/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
digest
net-protocol
timeout
nio4r (2.5.8)
nio4r (2.7.3)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down Expand Up @@ -223,6 +223,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-20
x86_64-linux

Expand Down
Binary file added calculator/app/assets/images/hendrik-book.webp
Binary file not shown.
1 change: 1 addition & 0 deletions calculator/app/views/static/dough.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<a href="https://breadco.de/pizza-text">Written instructions »</a>
<a href="https://breadco.de/pizza-video">Video instructions »</a>
<a href="https://breadco.de/book">My free sourdough book »</a>
<a href="https://breadco.de/hardcover-book">My hardcover book »</a>
</div>
<a class="share" href="#">
<span>
Expand Down
21 changes: 17 additions & 4 deletions calculator/app/views/static/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
max: "99"
)
) %>
<input type="hidden" name="yeast" value="0.0015">

<div class="form-group">
<label class="form-label" for="dough_type">Dough type</label>
Expand Down Expand Up @@ -81,7 +82,7 @@
</p>
<p>
The key is to have all the ingredients in the exact quantity. To
calculate how much of each ingredient is used "Baker's Math" is
calculate how much of each ingredient is used <a href="https://www.the-sourdough-framework.com/Makingasourdoughstarter.html#bakers-math">"Baker's Math"</a> is
applied. This means the ingredients are calculated based on the
amount of flour that you are using. So lets say the ingredient
would say 60%, that would mean per every 100 grams of flour you
Expand All @@ -104,12 +105,24 @@
The second video focuses on <a href="https://www.youtube.com/watch?v=-60DxtcJ9Fo">making sourdough pizza.</a>
</p>
<p>
Lastly if you have a question you can <a href="https://thbrco.io/discord">join our discord server</a>. It's
Lastly if you have a question you can <a href="https://breadco.de/discord">join our discord server</a>. It's
a great place to meet likeminded bakers.
</p>
<p>
If you are on Android you can also <a href="https://play.google.com/store/apps/details?id=com.smassive.pizzacalculator">download the free pizza dough app.</a>
<h1>Support my mission ⭐️</h1>
<p>My mission with theBread.code(); is to enable everyone around the world
to make great affordable pizza and bread at home. All my teachings are open source and
free. Your support enables me to cover my running expenses and create more
awesome tools like this calculator.
</p>
<p>You can support my cause with <a href="https://breadco.de/donate">a small donation</a>,
or <a href="https://breadco.de/hardcover-book">purchasing a hardcover version</a>
of my free book "The Sourdough Framework" (incredibly awesome gift for bread/pizza nerds).
</p>
<a href="https://breadco.de/hardcover-book">
<%= image_tag "hendrik-book.webp", style: "max-width: 100%;", alt: "My Hardcover Book" %>
</a>
<p>Thank you ❤️.</p>
<p>Hendrik aka. theBread.code();</p>
</div>
</main>
</div>

0 comments on commit d0b59eb

Please sign in to comment.