Source for the FlashInfer project website, served by
GitHub Pages from the main branch.
bundle install
bundle exec jekyll serve # http://localhost:4000See CLAUDE.md for build constraints and how the site is put together.
Markdown files in _posts/, named YYYY-MM-DD-slug.md. They appear on the
home page and in the RSS feed.
The Releases page renders one entry per
release from _releases/. After a release is tagged:
./scripts/import_release.py <tag> # writes _releases/<tag>.mdSee _releases/_README.md for the entry format. What belongs in the highlights
is an editorial question, decided before they are published on the GitHub
release — not here, which is also why not every tag has an entry.