Homepage

Phase 2 replaces the placeholder homepage with the live marketing page for https://fablum.app/.

Content sources

Image inventory

Optimized homepage images live under:

Raw exports come from marketing/fablum/screenshots/.

Optimization rule

Website screenshots should stay below 200 KB each where practical. The current set uses:

sips -s format jpeg -s formatOptions 72 -Z 860 path/to/source.png --out path/to/output.jpg

The Open Graph image is a composed 1200x630 JPEG generated from the optimized assets with ffmpeg.

Validation

Run all three commands after homepage edits:

/usr/local/bin/rbenv exec bundle exec ruby test/homepage_test.rb
JEKYLL_ENV=production /usr/local/bin/rbenv exec bundle exec jekyll build
/usr/local/bin/rbenv exec bundle exec htmlproofer ./_site --disable-external --allow-hash-href

Notes