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.
- Host: GitHub
- URL: https://github.com/fmontes/fmontes.com
- Owner: fmontes
- Created: 2021-01-30T14:00:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T22:35:41.000Z (4 months ago)
- Last Synced: 2025-04-29T20:08:14.796Z (about 2 months ago)
- Topics: nextjs, react, tailwindcss
- Language: MDX
- Homepage: https://fmontes.com
- Size: 67.2 MB
- Stars: 11
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```