anti-nerd k3s homelab
The Nextjs Tailwind sanity starter template is a responsive portfolio and blog template built with Next.js, Tailwind CSS, and Sanity.io. It features a CMS powered by Sanity, a responsive design, and an attractive layout. This template can be easily customized and deployed using Vercel.
To install the Nextjs Tailwind sanity starter template, follow the steps below:
Install the required node modules using yarn:
yarn install
Host the template locally:
yarn dev
This will open the template in your browser at http://localhost:3000.
Set up environment variables:
.env file in the project root..env file:NEXT_PUBLIC_SANITY_DATASET - Set to your Sanity dataset name.NEXT_PUBLIC_SANITY_PROJECT_ID - Set to your Sanity project ID.SANITY_API_TOKEN - Set to your Sanity API token.Customize the template:
.env.example file by adding your own environment variables from the Sanity containers.components/containers/ folder, customize the following files:Hero.tsx - Add your own name and introduction.Skills.tsx - Add your own skills.Contact.tsx - Update navigation links.Footer.tsx - Update link.public/assets/data/logo.png file with your own logo.public/favicon.ico file with your desired favicon.The Nextjs Tailwind sanity starter template is a responsive portfolio and blog template built with Next.js, Tailwind CSS, and Sanity.io. It offers a range of features, including a CMS powered by Sanity, a responsive design, and an attractive layout. The template can be easily installed and customized to fit personal preferences and branding. With its ease of deployment using Vercel, it provides a convenient solution for creating professional portfolio and blog websites.