Commit Graph

10 Commits

Author SHA1 Message Date
Vinta Chen
c5dd3060ef chore: add __pycache__ to .gitignore and remove sys.path hack in tests
Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-23 01:43:12 +08:00
Vinta Chen
dbc8415991 chore: add .playwright-cli and .agents to .gitignore
Ignores generated directories from Playwright CLI and Codex agent
tooling, keeping them out of version control.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-22 14:20:41 +08:00
Vinta Chen
484515775f gitignore website/data 2026-03-18 22:48:20 +08:00
Vinta Chen
0d9dfb2713 ci: consolidate star fetch into deploy workflow using Actions cache
Replace the separate fetch-github-stars.yml workflow (which committed
star data back to git) with an inline fetch step in deploy-website.yml.
Star data is now stored in Actions cache between runs, eliminating the
workflow_run trigger chain and the need to track github_stars.json in
the repository.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 22:44:29 +08:00
Vinta Chen
177183d9bd add custom website build system
Replaces MkDocs with a bespoke Python site generator using Jinja2 templates
and Markdown. Adds uv for dependency management, GitHub Actions workflow for
deployment, and Makefile targets for local development (fetch_stars, build,
preview, deploy).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-18 13:48:49 +08:00
Regev Golan
396b17f269 Sort readme and add to docs build 2020-08-02 09:51:49 +03:00
Vinta
65ef34f2d2 use MkDocs to generate a static website 2015-06-07 03:36:52 +08:00
Vinta
be0f3b6bcb update gitignore 2014-07-18 05:41:18 +08:00
Vinta
31ef68d142 update .DS_Store 2014-07-07 10:04:13 +08:00
Vinta
3f3effb52d add .gitignore 2014-06-28 05:01:39 +08:00