Skip to content

Update website: identity, press section, projects, and Previously reo…#22

Open
thejackluo wants to merge 1 commit intomainfrom
claude/update-website-content-QSCzt
Open

Update website: identity, press section, projects, and Previously reo…#22
thejackluo wants to merge 1 commit intomainfrom
claude/update-website-content-QSCzt

Conversation

@thejackluo
Copy link
Copy Markdown
Owner

@thejackluo thejackluo commented Feb 19, 2026

…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


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.astro page and a Press nav link (in both the Astro header and the static journey.html) to expose AFP-syndicated coverage links and related work.

Updates index.astro copy to reflect a founder-focused identity, adds an inline Press section with coverage links, and reorganizes the “Previously” content into grouped categories. Updates journey.html to 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.

…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
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants