mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
feat(website): add social proof line to hero with star count and build date
Display the awesome-python repo's star count (formatted as '230k+') and the last data refresh date below the hero CTA. Fetches the self-repo star count by always including vinta/awesome-python in the stars fetch. Also removes the footer date stamp, which is now surfaced in the hero. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
25a3f4d903
commit
f27b7c80fb
7 changed files with 51 additions and 13 deletions
1
Makefile
1
Makefile
|
|
@ -14,7 +14,6 @@ build:
|
|||
uv run python website/build.py
|
||||
|
||||
preview: build
|
||||
@echo "Check the website on http://localhost:8000"
|
||||
uv run watchmedo shell-command \
|
||||
--patterns='*.md;*.html;*.css;*.js;*.py' \
|
||||
--recursive \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue