This code is responsible to generate the sourdough framework website.
You can preview the website at https://www.the-sourdough-framework.com.
Make sure you have ruby installed. The same version as listed in the .ruby-version
file.
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
Go to the static_website_html
folder and view the HTML files.