mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-13 02:51:44 +08:00
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:
parent
1f7757f62b
commit
4af84dac8e
@ -1 +0,0 @@
|
||||
awesome-python.com
|
||||
@ -1,9 +0,0 @@
|
||||
@media (min-width: 960px) {
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.md-content__inner > ul:nth-child(5) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
26
mkdocs.yml
26
mkdocs.yml
@ -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"
|
||||
@ -1,2 +0,0 @@
|
||||
mkdocs==1.0.4
|
||||
mkdocs-material==4.0.2
|
||||
Loading…
Reference in New Issue
Block a user