Website Infrastructure
Phase 1 establishes the reusable pieces for fablum.app:
- Jekyll 4 with
jekyll-seo-tag,jekyll-sitemap,jekyll-feed, andhtml-proofer - Shared layouts for the homepage and feature pages
- Reusable header, footer, and metadata includes
- SCSS design tokens derived from Fablum’s product design system
- JSON-LD partials for
SoftwareApplication,Organization,WebSite,BreadcrumbList,FAQPage, andHowTo - GitHub Actions deployment to GitHub Pages
Build commands
bundle exec jekyll build
bundle exec htmlproofer ./_site --disable-external --allow-hash-href
Notes
- The homepage is currently a scaffold that proves the layout, asset pipeline, and metadata wiring.
- Footer legal links point to the existing external policy pages on
madbunnies.dev. - Store calls to action are placeholders until launch URLs are available.