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>
This commit is contained in:
Vinta Chen
2026-03-18 13:48:49 +08:00
parent 4af84dac8e
commit 177183d9bd
14 changed files with 5298 additions and 13 deletions

14
.gitignore vendored
View File

@@ -1,9 +1,15 @@
# macOS
.DS_Store
# python
.venv/
*.py[co]
docs/index.md
site/
# website
website/output/
# PyCharm IDE
.idea
# claude code
.claude/skills/
.superpowers/
.gstack/
skills-lock.json