Update website: identity, press section, projects, and Previously reo…#22
Update website: identity, press section, projects, and Previously reo…#22thejackluo wants to merge 1 commit intomainfrom
Conversation
…rganization - index.astro: Replace "fourth year student at Georgia Tech" hero text with "Founder building full-time (previously Georgia Tech CS)". Rewrite Currently section with Agent School and Weaive as top items. Add Press section below Currently with AFP-syndicated coverage links. Reorganize Previously into grouped categories: Build, Credibility, Community, Fun. - Header.astro: Add Press nav link to all Astro-rendered pages. - press.astro: New /press page with context on AI agent autonomy coverage, links to The Straits Times and The Economic Times, and related work section. - journey.html: Add Press nav link. Add Agent School and Weaive as headline project cards above existing projects. Add Delight vs Weaive clarification. https://claude.ai/code/session_01K34w4DhQF1gwvGTXXXhQ6M
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 3
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| --- | ||
| import BaseLayout from '../layouts/Base.astro'; | ||
| --- | ||
| <BaseLayout currentPage="press"> |
There was a problem hiding this comment.
Press page inherits incorrect home page title
Low Severity
press.astro uses <BaseLayout currentPage="press"> without passing a title prop. SEO.astro falls back to its default title = 'Jack Luo - Home', so the press page will render <title>Jack Luo - Home</title> in the browser tab, bookmarks, and search engine results — rather than something like "Press - Jack Luo". The writing/[slug].astro page shows the correct pattern of supplying a page-specific title prop.


…rganization
https://claude.ai/code/session_01K34w4DhQF1gwvGTXXXhQ6M
Note
Low Risk
Content-only changes to static/Astro pages (navigation and copy) with no backend logic or data handling changes.
Overview
Adds a new
press.astropage and aPressnav link (in both the Astro header and the staticjourney.html) to expose AFP-syndicated coverage links and related work.Updates
index.astrocopy to reflect a founder-focused identity, adds an inline Press section with coverage links, and reorganizes the “Previously” content into grouped categories. Updatesjourney.htmlto feature new headline project cards for Agent School and Weaive plus a short Delight/Weaive positioning note above existing projects.Written by Cursor Bugbot for commit a836cd6. This will update automatically on new commits. Configure here.