Cloudflare Pages Deployment

To deploy this site on Cloudflare Pages:

  1. Connect your GitHub repository to Cloudflare Pages.
  2. Configure the build settings:
  3. Framework preset: None
  4. Build command: pip install -r requirements.txt && python3 scripts/build.py
  5. Build output directory: public
  6. Ensure wrangler.toml is present in the repo root with pages_build_output_dir = "public".
  7. If you deploy via Cloudflare Pages Git integration, configure the build command in the Cloudflare dashboard:
  8. pip install -r requirements.txt && python3 scripts/build.py
  9. Deploy!
    The build script will:
  10. Install dependencies (markdown, jinja2).
  11. Parse SITES.md, README.md, AGENTS.md and docs/.
  12. Generate a static site in the public/ directory.

Troubleshooting rápido