/modavidc.com.fmontes

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

Primary LanguageTypeScript

🚀 fmontes.com

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

Built using

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

$ git clone https://github.com/fmontes/fmontes.com.git
$ cd fmontes.com
$ yarn
$ yarn dev