Welcome to my personal website. I build it using Next.js 10 and is fully multilanguage (English and Spanish) using Internationalized Routing.
components/*
: shared UI componentsdata/*
: MDX files for all the contentpages/*
: Next.js pagespublic/*
: static files, mostly imagesscripts/*
: scripts than runs in build time, right now just sitemap generatorstyles/*
: global CSS filesutils/*
: helpers and translations utilities
$ git clone https://github.com/fmontes/fmontes.com.git
$ cd fmontes.com
$ yarn
$ yarn dev