https://github.com/davidhariri/site
My personal website. At least the 5th one I've made. This one is the culmination of all that I've learned in nearly 10 years of building websites.
https://github.com/davidhariri/site
blog flask website
Last synced: 5 months ago
JSON representation
My personal website. At least the 5th one I've made. This one is the culmination of all that I've learned in nearly 10 years of building websites.
- Host: GitHub
- URL: https://github.com/davidhariri/site
- Owner: davidhariri
- Created: 2022-02-19T16:51:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-19T19:08:08.000Z (8 months ago)
- Last Synced: 2025-10-20T02:20:20.378Z (8 months ago)
- Topics: blog, flask, website
- Language: Python
- Homepage: https://dhariri.com
- Size: 41.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/dhariri/deploys)
```
uv sync --all-extras --dev
make clean
make site
make run # Serves the site at http://localhost:8000
```