This is the source code for my website, corscheid.dev.
It's a Next.js project bootstrapped with create-next-app
, deployed on the Vercel Platform.
Every time I push to the main
branch of this repository, the website is automatically deployed to production on Vercel, thanks to GitHub integration.
Blog Posts are parsed from Markdown files on disk and GitHub project entries are fetched from the GitHub API. The site performance is still blazing fast despite that and being built with TypeScript React, because of the magic that is Next.js Static Site Generation.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next.js deployment documentation - details about deploying Next.js apps on Vercel