remove mkdocs site infrastructure

Replace the MkDocs-based build (mkdocs.yml, requirements.txt, docs/CNAME,
docs/css/extra.css) with a custom website builder as part of the site relaunch.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-18 13:48:45 +08:00
parent 1f7757f62b
commit 4af84dac8e
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630
4 changed files with 0 additions and 38 deletions

View File

@ -1 +0,0 @@
awesome-python.com

View File

@ -1,9 +0,0 @@
@media (min-width: 960px) {
html {
scroll-behavior: smooth;
}
.md-content__inner > ul:nth-child(5) {
display: none;
}
}

View File

@ -1,26 +0,0 @@
site_name: Awesome Python
site_url: https://awesome-python.com
site_description: A curated list of awesome Python frameworks, libraries and software
site_author: Vinta Chen
repo_name: vinta/awesome-python
repo_url: https://github.com/vinta/awesome-python
theme:
name: material
palette:
primary: red
accent: pink
extra:
social:
- type: github
link: https://github.com/vinta
- type: twitter
link: https://twitter.com/vinta
- type: linkedin
link: https://www.linkedin.com/in/vinta
google_analytics:
- UA-510626-7
- auto
extra_css:
- css/extra.css
nav:
- "Life is short, you need Python.": "index.md"

View File

@ -1,2 +0,0 @@
mkdocs==1.0.4
mkdocs-material==4.0.2