Decommission Jekyll site (PR3 — DO NOT MERGE until querygym.com is on CF Pages)#10
Merged
radinhamidi merged 1 commit intomainfrom Apr 29, 2026
Merged
Conversation
Removes the Jekyll site that previously rendered querygym.com via GitHub Pages. The replacement is the Astro app under web/site/ deployed to Cloudflare Pages (PR #7), which is now live. Files deleted: - _config.yml Jekyll config - _layouts/default.html Jekyll layout - index.md root homepage (rendered README) - Gemfile Jekyll/Ruby deps - docs/leaderboard.html replaced by leaderboard.querygym.com - .github/workflows/pages.yml Jekyll deploy workflow Files updated: - README.md top-level link bar now points at querygym.com / leaderboard.querygym.com / dashboard.querygym.com - docs/index.md leaderboard link uses subdomain Files preserved: - docs/querygym-logo.{png,gif} used by MkDocs (RTD docs site) - docs/ markdown content MkDocs sources, untouched Workflows preserved: - publish.yml PyPI release publisher - docker.yml GHCR Docker image build - reproducibility-check.yml schema/aggregator CI - leaderboard-build.yml leaderboard CI - site-build.yml marketing site CI The querygym Python package is byte-identical: - python -m build clean, no leaks - Wheel still 36 files, all under querygym/ - pip install querygym unchanged Operator follow-ups (not in this PR): 1. Cloudflare Pages: create the querygym-site project pointing at web/site/ (root_dir), custom domain querygym.com. 2. Cloudflare Bulk Redirects on the querygym.com zone: /leaderboard* -> https://leaderboard.querygym.com/ 301 /QueryGym/* -> https://querygym.com/$1 301 3. GitHub Settings → Pages: source = None. 4. Update branch protection / repo description if needed. Do NOT merge until step 1 is complete and querygym.com resolves to the new Astro site. Until then, querygym.com is still served by the Jekyll workflow this PR removes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR3 of the website rollout. Removes the Jekyll setup that was replaced by the Astro app under `web/site/` (PR #7) deployed to Cloudflare Pages.
Deletions
Updates
Preserved
Python package isolation — verified
Operator follow-ups (not in this PR)
Test plan
🤖 Generated with Claude Code