Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 557 Bytes

File metadata and controls

29 lines (19 loc) · 557 Bytes

JMCTE Site

Personal site for jmcte.github.io, built with Next.js and exported as static files for GitHub Pages.

Local development

npm install
npm run dev

Static export

npm run export

This outputs static assets in out/, which GitHub Pages serves.

Deployment

GitHub Actions builds and deploys to Pages on push to main. In the repo settings, set Pages to use "GitHub Actions" as the source.

Content

  • Home page: app/page.tsx
  • Resume assets: public/resume.html, public/resume.pdf, public/resume.md