my personal site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 24 lines 569 B view raw view rendered
1# portfolio 2 3my website :) 4 5[Live site](https://jackhannon.net) 6 7## Structure 8 9- **/** — Main site (Cloudflare Pages) 10- **[gymtracker/](gymtracker/)** — Gym Tracker subdomain (`gymtracker.jackhannon.net`): landing page, ads API, admin UI 11 12## Deployment 13 14- **Platform:** Cloudflare Pages 15- **Config:** [wrangler.jsonc](wrangler.jsonc) 16- **Gym Tracker:** `cd gymtracker && npx wrangler deploy` 17 18## Attributions 19 20- **Mozilla Text** by Mozilla — [SIL Open Font License 1.1](https://openfontlicense.org) 21 22## License (MIT) 23 24See [LICENSE](LICENSE) for the full license.