Skip to content

matthewcadena/me

Repository files navigation

Personal Website

This is the codebase for my personal website, deployed at mattcadena.com. The site covers my work experience and projects in a text-first, typography-driven design.

Overview

The site is built with Astro and TypeScript. Every page is static HTML generated at build time; the work history and project writeups live as markdown files in src/content, validated by Astro content collection schemas. There is no client-side JavaScript — interactions like the expandable project list use native HTML elements, and light/dark theming follows the visitor's system preference via CSS.

Tech Stack

  • Astro (static site generation, content collections)
  • TypeScript
  • Hanken Grotesk (typeface, self-hosted via Fontsource)
  • AWS S3 (hosting, deployed by GitHub Actions)

Development

npm install
npm run dev      # local dev server
npm run build    # static build into out/
npm run preview  # serve the production build

Deployment

Pushes to main build the site and sync out/ to S3 via GitHub Actions. The site is live at mattcadena.com.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors