Files
the-sourdough-framework/website
Hendrik Kleinwaechter a57da7815a Fix #372 and add booklet to website/repo (#439)
* Fix #372 and add booklet to website/repo

This adds the design TLDR version to the README and website

* Make less verbose

* Remove booklet from source
2025-01-23 18:55:58 +01:00
..
2023-07-11 09:03:07 +02:00
2023-07-11 09:03:07 +02:00

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.