https://github.com/namecoder1/tob.codes
Personal Site
https://github.com/namecoder1/tob.codes
portfolio-website website
Last synced: 12 months ago
JSON representation
Personal Site
- Host: GitHub
- URL: https://github.com/namecoder1/tob.codes
- Owner: namecoder1
- Created: 2024-12-22T17:31:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T12:29:28.000Z (about 1 year ago)
- Last Synced: 2025-06-08T13:29:18.033Z (about 1 year ago)
- Topics: portfolio-website, website
- Language: TypeScript
- Homepage: https://tob.codes
- Size: 5.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# tob.codes
This is the personal website and blog of Tobia Bartolomei, built with Next.js and Sanity CMS.
## Features
- 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
## Tech Stack
- [Next.js](https://nextjs.org/) - React framework
- [Sanity CMS](https://www.sanity.io/) - Headless CMS
- [TypeScript](https://www.typescriptlang.org/) - Type safety
- [Tailwind CSS](https://tailwindcss.com/) - Styling
- [Vercel](https://vercel.com/) - Hosting and analytics
## Getting Started
### Prerequisites
- Node.js
- npm or yarn
### Installation
1. Clone the repository
2. Use `npm i` to install deps
3. Start the server with `npm run dev`