Skip to content

leandroargentiero/leandroargentiero.com

Repository files navigation

Deploy with Vercel

leandroargentiero.com

Overview

  • public/* - Static assets including images and sound.
  • scripts/* - A useful script to generate a sitemap.
  • src/data/* - MDX data that is used for projects.
  • src/hooks/* - Custom hooks like for getting weather data, scrolling indicator and general SWR fetcher.
  • src/pages/api/* - API routes.
  • src/pages/projects/* - Static pre-rendered project pages using MDX.
  • src/pages/* - All other static pages.
  • src/sections/* - Compositions of componets used for creating pages.
  • src/styles/* - A small amount of global styles. This project mostly uses Tailwind CSS framework.

Running Locally

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

Create a .env file similar to .env.example.

Cloning / Forking

Please review the license and remove all of my personal information (resume, blog posts, images, etc.).