- Framework: Next.js
- Deployment: Vercel
- Content: MDX
- Styling: Tailwind CSS
data/*
- MDX data that is used for blog posts.lib/*
- Short for "library", a collection of helpful utilities or code for external services.pages/*
- Static pre-rendered blog pages using MDX.public/*
- Static assets including fonts and images.scripts/*
- Two useful scripts to generate an RSS feed and a sitemap.styles/*
- A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
$ git clone https://github.com/magarcia/magarcia.io.git
$ cd magarcia.io
$ yarn
$ yarn dev