mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
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:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user