About This Site
About This Site
This site is built to auto-personalize from a private resume repository. It turns your resume into structured content during the build, then serves a fast, personalized site at runtime.
What happens at build time
- Pull resume README and PDF from a private GitHub repo.
- Use OpenAI to summarize the resume into structured data.
- Generate the site content and assets from that data.
What happens at runtime
- Serve personalized pages based on the generated data.
- Provide a blog API for posts and updates.
- Support future on-demand personalization via API routes.