The DataTalks.Club sponsorship media kit — a static Jekyll site, built with rustkyll and deployed to GitHub Pages.
uvx rustkyll serveThen open http://localhost:4000. Live reload is on by default.
uvx rustkyll buildOutput goes to _site/.
_config.yml— site config and SEO metadataindex.html— page shell (uses thedefaultlayout)_layouts/default.html—<head>, Tailwind (Play CDN) config, ported component styles_includes/— section partials (hero, audience, packages, sponsors, contact, footer, …)_data/— all content (stats, charts, packages, courses, sponsors, testimonials, nav, footer)assets/— images, JS (mobile menu, lightbox, charts), favicons
Pushing to main triggers .github/workflows/deploy.yml, which downloads the pinned
rustkyll release, builds the site, and publishes it to GitHub Pages.