Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 694 Bytes

File metadata and controls

24 lines (17 loc) · 694 Bytes

macegrim.github.io

Personal site for Mason Grimshaw. Built with Astro, Tailwind CSS, and deployed via GitHub Actions to GitHub Pages.

Development

npm install
npm run dev      # Local dev server
npm run build    # Build to dist/
npm run preview  # Preview the build

Structure

  • src/pages/ -- Page templates (index, experience, talks, etc.)
  • src/layouts/ -- Shared layout (nav, footer)
  • src/content/ -- Content collections (talks, portfolio, blog, publications)
  • src/styles/ -- Global CSS and Tailwind theme
  • public/ -- Static assets (images, favicons)

Deploy

Push to master. GitHub Actions builds the site and deploys to GitHub Pages automatically.