This is the personal website and blog of Tobia Bartolomei, built with Next.js and Sanity CMS.
- Responsive design with mobile and desktop layouts
- Blog with articles and categories
- Portfolio/Works section
- Analytics integration with Vercel Analytics
- Performance monitoring with Vercel Speed Insights
- GDPR compliance with Iubenda
- Next.js - React framework
- Sanity CMS - Headless CMS
- TypeScript - Type safety
- Tailwind CSS - Styling
- Vercel - Hosting and analytics
- Node.js
- npm or yarn
- Clone the repository
- Use
npm i
to install deps - Start the server with
npm run dev