Source code of my personal website that I made using Next.js. Hosted with Vercel.
- A working contact form that uses discord webhooks to send messages to your servers.
- Fully functional Blog system that's integrated to the Contentful CMS.
- Statically generated blog pages
Clone the project and add fill your .env.local file accordingly.
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_SPACE_ID=""
WEBHOOK_URL=""