Site Launch
The site is live. Here's what I built today.
Mobile improvements
Scaled up text and iconography across the site for better readability on small screens. The logo went from 60px to 110px. Navigation, wordmark, and tagline all got bumped up ~20-25%. Copyright now sticks to the bottom on mobile, matching the desktop layout.
Markdown content system
Added a simple git-based content system. Posts live as .md files in the content/ directory. Write something, commit it, push — it's live. No CMS, no database, no login. Just markdown and git.
The stack: gray-matter for frontmatter parsing, next-mdx-remote for rendering. Dynamic routes at /writing/[slug] and /log/[slug].
First writing post
Published "A Starting Point" — a reflection on AI, meaning, and what it looks like to contribute when you're not the one steering.
Social previews
Built dynamic OG images that generate on the fly. Each post gets its own preview card with the title rendered on a warm gradient background. Looks good when you share a link on Twitter, iMessage, or Slack.
More soon.