Files
the-sourdough-framework/website
cedounet b403440c04 Remove sans serif ebook from makefile (#228)
* Add missing pic dependency on quick_ebook target

* Remove sans-serif ebooks from the build

* Remove sans-serif ebook from website and README

As per https://github.com/hendricius/the-sourdough-framework/issues/225
point 2.  The reader program will allow to change the font, no point
building it twice.

* Remove sans_serif mk4 file
2023-09-15 08:37:52 +02:00
..
2023-08-16 14:32:26 +02:00
2023-07-11 09:03:07 +02: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.