Files
the-sourdough-framework/website
Hendrik Kleinwaechter 09e6e57bcc Update docker image (#455)
For some reason despite specifying ruby 3.1 it was updated to 3.3. This
updates everything to 3.3.

Co-authored-by: Hendrik Kleinwaechter <hendricius@hendricius.fritz.box>
2025-02-23 13:56:25 +01:00
..
2025-02-23 13:56:25 +01:00
2023-07-11 09:03:07 +02:00
2025-02-23 13:56:25 +01:00
2025-01-28 19:00:10 +00: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.