Commit Graph

456 Commits

Author SHA1 Message Date
Hendrik Kleinwaechter
30bb9f46ed Fix text + space 2024-01-02 21:51:06 +01:00
Hendrik Kleinwaechter
3338c140c7 Improve yeast intro
Improves the yeast chapter intro
2023-12-28 12:16:41 +01:00
Hendrik Kleinwaechter
4510616f20 Mix-ins Chapter (#319)
* Mixins

This adds additional photos and ideas to the mixins chapter.

* Fix order
2023-12-23 18:11:41 +01:00
Hendrik Kleinwaechter
e773d561a4 Add note on float test (#318)
The float test is not super reliable - this adds some comments on when
it can work and when it does not.
2023-12-21 00:53:26 +01:00
Hendrik Kleinwaechter
d0f71d9b0e Runs tests on push (#317)
* Runs tests on push

* Move out config
2023-12-19 13:08:50 +01:00
Hendrik Kleinwaechter
0fecb8e252 Fix indentation/align on references (#316)
Just a small cleanup to make sure all references are similarly
formatted.
2023-12-18 13:55:32 +01:00
Hendrik Kleinwaechter
6283e4e3d7 Fix capitalization issue 2023-12-18 13:14:41 +01:00
Hendrik Kleinwaechter
cefa998a61 Freezing bread could have benefits (#315)
Add reference to a study pointing out to potential health benefits of
freezing and toasting bread.
2023-12-18 13:02:26 +01:00
Anthony Atkinson
9b529622cd Small changes to Docker command and .gitignore (#309)
* Add --rm to docker command to cleanup containers

* Add .DS_Store to .gitignore for Mac users

* Wrong docker command
2023-12-18 12:37:21 +01:00
Hendrik Kleinwaechter
99031a72df Revert "#308 — Build docker image for both amd64 and arm64 (#311)" (#314)
This reverts commit e6709b0f5e.
2023-12-18 12:37:04 +01:00
Anthony Atkinson
e6709b0f5e #308 — Build docker image for both amd64 and arm64 (#311)
* Build for both amd64 and arm64

* Moving line to retrigger Actions check

* Removal of the `platform` flag—let system choose

* Indicate to apt-get that there is no frontend
2023-12-18 09:43:12 +01:00
cedounet
f2c68a9511 Merge pull request #312 from hendricius/fix-kobo
Prevent tex4ht to load enumitem
2023-12-17 21:10:58 +00:00
Cedric
1c3ebed203 Prevent tex4ht to load enumitem
Apparently it breaks on kobo e-reader.
2023-12-16 13:48:15 +00:00
Hendrik Kleinwaechter
79a54c06a2 Fix dates not matching
Me stupid
2023-12-15 10:30:43 +01:00
Hendrik Kleinwaechter
89f5ab6be3 Fix list tables figures (#305)
* Add links

* Fix list of tables/flowcharts

Fixes the order and adds missing link
2023-12-12 11:48:12 +01:00
Hendrik Kleinwaechter
0b550a4666 Fix align of anchor 2023-12-12 09:17:11 +01:00
Hendrik Kleinwaechter
9e8acf257d Validate website format (#304)
* Validate website format

This validates the format of the website and throws an error if
something is fishy.

* Remove -j flag

* clean build

* Clean cache in between
2023-12-11 23:36:22 +01:00
cedounet
8250789855 Merge pull request #303 from hendricius/broken-links
Fix broken links
2023-12-10 18:29:08 +00:00
Cedric
33c0f71a5e Fix broken links 2023-12-10 18:09:40 +00:00
Hendrik Kleinwaechter
bc496f1ffd Upload build artifacts on release 2023-12-10 17:58:54 +01:00
cedounet
4b4d80d231 Bread types (#301)
* Review bread types chapter

* Fine tune bread tables

* Collect all flat bread into one section

Makes more sense to have it all within a section.

* Correct typos in bread types chap.

gasses is less ambigous than gases even if correct.

* Remove uppercases

More consistent withe the rest of the text.

* Rewrite bread type intro

* Rewrite some of the flatbread section

there is a lot of repetition though..

---------

Co-authored-by: Cedric <ced@awase.ostal>
2023-12-10 17:54:22 +01:00
Hendrik Kleinwaechter
f143834379 Update Sourdough History (#298)
* Update Sourdough History

This adds another timeline for the sourdough bread history, adds more
information and more references.

* Fix a few white spaces..

* Correct capitalization of Van Leeuwenhoek

Quoting Wikipedia: https://en.wikipedia.org/wiki/Van_(Dutch)
    Spelling conventions
    Collation and capitalisation

    Collation and capitalisation of names differs between countries. In the
    Netherlands and Suriname, names starting with "van" are filed under the
    initial letter of the following name proper, so Johannes van der Waals
    is filed under "W", as: "Waals, Johannes van der" or "van der Waals,
    Johannes".[3] The "v" is written in lower case, except when the surname
    is used as standalone (when the first name or initials are omitted), in
    which case it is capitalised, as in "de schilder Vincent van Gogh" and
    "de schilder Van Gogh" ("the painter Van Gogh").[4] In compound terms
    like "de Van Goghtentoonstelling" ("the Van Gogh exhibition") the "v" is
    capitalised, unless the connection between the person and the concept is
    or has become very weak.[5]

* Fix line

* Improve numbers on time chart

- Tausend separator
- Negative numbers
- Few typos

* Fixes

* Improve timeline

- narrower so it fits on page (text was leaking out), fits mostly but
  not schking anymore
- Different colour for BC as scale is different
- Broken line for discontinuity in AD

* Reduce line-break width

* Move dates around in timeline

Makes it neater IMHO

* Fix 12000 BC in timeline

* Fix typo and add labels

Also re-indent text (but only new one..)

* reunite can and not

* Prevent running validate when pushing on main

Rational is as follow:
    - We ran validate-book on each push on the PR branch anyway
    - We will run release_book which is a superset of validate

* Upload artifacts on each PR (#299)

* Upload artifacts on each PR

* Use artifact V3

* Build docker image for each PR (#300)

This builds a docker image for each PR and then one for the release
tagged as :latest.

---------

Co-authored-by: Ced <ced@sdf.org>
Co-authored-by: Cedric <ced@awase.ostal>
Co-authored-by: Paul Duguet <duguet.paul@gmail.com>
2023-12-10 02:28:09 +01:00
Hendrik Kleinwaechter
bce4f84040 Build docker image for each PR (#300)
This builds a docker image for each PR and then one for the release
tagged as :latest.
2023-12-10 00:04:32 +01:00
Hendrik Kleinwaechter
354737861f Upload artifacts on each PR (#299)
* Upload artifacts on each PR

* Use artifact V3
2023-12-07 09:00:18 +01:00
cedounet
f9667718d4 Merge pull request #297 from hendricius/no_validate_main
Prevent running validate when pushing on main
2023-12-02 16:35:22 +00:00
Cedric
990c4c0ec6 Prevent running validate when pushing on main
Rational is as follow:
    - We ran validate-book on each push on the PR branch anyway
    - We will run release_book which is a superset of validate
2023-12-02 16:11:26 +00:00
cedounet
9dd617e661 Merge pull request #296 from hendricius/oztk_changes
Fix grammar
2023-12-02 10:19:14 +00:00
Cedric
b2af1be6ab Merge remote-tracking branch 'oztk/main' into oztk_changes 2023-12-02 10:14:30 +00:00
Hendrik Kleinwaechter
4465e213b8 Improve wording (#295)
This improves the wording of the sentence
2023-12-01 20:27:05 +01:00
cedounet
a809f17523 Merge pull request #294 from hendricius/fix-history-duplication
Fix duplicate entry in history
2023-12-01 12:46:01 +00:00
Hendrik Kleinwaechter
eeebc364e8 Fix duplicate entry in history
Thanks @OzTK for the fixes.
2023-11-30 22:21:09 -05:00
cedounet
a09d94d7df Add black and white version epub on the website (#293)
Co-authored-by: Cedric <ced@awase.ostal>
2023-12-01 04:17:01 +01:00
cedounet
008a35ffeb Merge pull request #292 from hendricius/wheat-chapter
Wheat chapter small fixes
2023-11-30 08:05:48 +00:00
Paul Duguet
bad05c64b8 to -> also 2023-11-30 07:54:54 +00:00
Cedric
1c46efc01a Fix typo wheat bread chapter 2023-11-29 23:23:41 +00:00
Cedric
a15d2f52ba Fine tune the starter usage table 2023-11-29 22:49:36 +00:00
Cedric
cf28131082 Merge remote-tracking branch 'hendiricus/main' 2023-11-29 18:21:09 +00:00
Hendrik Kleinwaechter
bc8f002ee7 Revert previous changes - keep extra line to dinos
Accidentally broke some changes by @cedounet. This reverts it and adds
the same additional line for dinosaur extinction I previously added.
2023-11-28 21:12:42 -06:00
Paul Duguet
ed233e915b to -> also 2023-11-29 00:49:09 +00:00
Paul Duguet
427ad656f3 reunite can and not 2023-11-29 00:47:31 +00:00
Paul Duguet
91dc63f02b Remove duplicate word 2023-11-29 00:41:35 +00:00
Paul Duguet
3bd1e95843 Remove duplicate section 2023-11-29 00:40:59 +00:00
Cedric
2408ca509e Fix fonts in wheat chapter
I find bold too much in my face when I read text... and other little
changes.
2023-11-28 09:09:23 +00:00
Cedric
7cd3e04634 Correct the angle symbol
Wasn't showing degrees... because I used the wrong command :)
2023-11-28 08:58:27 +00:00
Hendrik Kleinwaechter
e9667f0565 Timeline improvements
This fixes some glitches in the display of the graphic
2023-11-27 17:50:26 -06:00
cedounet
ec4b02a8f2 Merge pull request #289 from hendricius/wheat-flowcharts
Wheat chapter flowcharts
2023-11-27 20:03:11 +00:00
Cedric
1cb2de78cb Fix bulk fermantation process flowchart 2023-11-27 18:52:38 +00:00
Cedric
446163f017 Fix proofing process flowchart 2023-11-26 16:08:23 +00:00
Cedric
03707bf3e9 Fix kneading process flowchart 2023-11-26 15:16:19 +00:00
Cedric
1c84b06e7f Improve wheat bread process flowchart 2023-11-26 13:56:16 +00:00