mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-24 18:26:25 -06:00
* 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
The Sourdough Framework website
This code is responsible to generate the sourdough framework website.
You can preview the website at https://www.the-sourdough-framework.com.
Installation
Make sure you have ruby installed. The same version as listed in the .ruby-version file.
Building the website
Go to the ../book folder and run make website.
If you want to run the post-processor only, run the processing script with:
bundle exec ruby modify_build.rb
Viewing the website
Go to the static_website_html folder and view the HTML files.