Skip to content

geomatrick/personal-website

Repository files navigation

Patrick Woodhead - Personal Website

A modern personal website built with Next.js, TypeScript, and Tailwind CSS, recreated from the original Notion/Super site.

Features

  • Clean, responsive design
  • Dark mode support with toggle
  • Professional profile section
  • Content sections (Blog, Reading List)
  • Social media links (LinkedIn, Twitter, Medium, GitHub)
  • Academic papers showcase
  • Optimized fonts with Inter
  • SEO-friendly metadata

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.

Tech Stack

  • Next.js 16
  • TypeScript
  • Tailwind CSS
  • Inter font (Google Fonts)

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform.

Deployment Steps:

  1. Push your code to a Git repository (GitHub, GitLab, or Bitbucket)
  2. Go to Vercel and import your repository
  3. Vercel will automatically detect Next.js and configure the build settings
  4. Click "Deploy" and your site will be live in minutes!

Vercel will automatically:

  • Build your Next.js application
  • Set up a production domain
  • Enable automatic deployments on push
  • Provide preview deployments for pull requests

Check out the Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published