An open API service indexing awesome lists of open source software.

https://github.com/fmontes/fmontes.com

Welcome to my personal website. I build it using Next.js 10 and is fully multilanguage (English and Spanish) using Internationalized Routing.
https://github.com/fmontes/fmontes.com

nextjs react tailwindcss

Last synced: about 2 months ago
JSON representation

Welcome to my personal website. I build it using Next.js 10 and is fully multilanguage (English and Spanish) using Internationalized Routing.

Awesome Lists containing this project

README

        

# 🚀 fmontes.com

Welcome to my personal website. I build it using [Next.js 15](https://nextjs.org/) and is fully multilanguage (English and Spanish) using [Internationalized Routing](https://nextjs.org/docs/advanced-features/i18n-routing).

## Built using
- [Next.js](https://nextjs.org/)
- [Vercel](https://vercel.com/)
- [MDX](https://mdxjs.com/)
- [Tailwind CSS](https://tailwindcss.com/)

## Project Structure
- `components/*`: shared UI components
- `data/*`: MDX files for all the content
- `pages/*`: Next.js pages
- `public/*`: static files, mostly images
- `scripts/*`: scripts than runs in build time, right now just sitemap generator
- `styles/*`: global CSS files
- `utils/*`: helpers and translations utilities

## Running locally
```sh
$ git clone https://github.com/fmontes/fmontes.com.git
$ cd fmontes.com
$ yarn
$ yarn dev
```