My personal website that I built using NextJS & Framer Motion
This article discusses the features and installation process of a personal website created using Next.js. The website includes a contact form that utilizes Discord webhooks to send messages, as well as a fully functional blog system integrated with the Contentful CMS. The blog pages are statically generated for optimal performance.
To run this personal website, follow these steps:
.env.local file.$ git clone [repository_url]
Replace [repository_url] with the URL of the project repository.
Open the .env.local file and provide the necessary details.
DISCORD_WEBHOOK=[discord_webhook_url]
CONTENTFUL_SPACE_ID=[contentful_space_id]
CONTENTFUL_ACCESS_TOKEN=[contentful_access_token]
Replace [discord_webhook_url], [contentful_space_id], and [contentful_access_token] with the respective values specific to your setup.
Save the changes and close the file.
This article discusses the features and installation process of a personal website created using Next.js. The website includes a contact form that utilizes Discord webhooks for message delivery and a fully functional blog system integrated with the Contentful CMS. The blog pages are statically generated for optimal performance. To install the website, clone the project repository and fill in the necessary details in the .env.local file.