sergiobarria / sergiobarria.com

✨ My old personal portfolio made with Next js, TypeScript, Tailwind CSS and deployed to Vercel.

Home Page:https://sergiobarria.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

sergiobarria.com

This is my personal website, blog and portfolio, built with Next.js. Written using TypeScript and content managed with ContentLayer and MDX.

Overview

Files and folder structure

├── app/
│ ├── ...routes
│ ├── error.tsx
│ ├── globals.css
│ ├── layout.tsx -> app main layout
│ └── page.tsx -> app entry point
├── components/
├── content/
│ └── ...all app content
├── lib/
│ └── ...all third party related functions
├── public/
│ └── ...static asstes
├── site/
│ └── ...site config
└── ...rest of config files

Tech Stack

Language: TypeScript Client framework: Next.js Styling: TailwindCSS Content: ContentLayer, MDX APIs: Cloudinary, GitHub, Wakatime, Spotify Database: PlanetScale

Run locally

Contributing

About

✨ My old personal portfolio made with Next js, TypeScript, Tailwind CSS and deployed to Vercel.

https://sergiobarria.com

License:MIT License


Languages

Language:MDX 60.3%Language:TypeScript 38.1%Language:CSS 1.3%Language:JavaScript 0.3%