Skip to content

magarcia/magarcia.io

Repository files navigation

Overview

  • 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.

Running Locally

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

Releases

No releases published

Packages

No packages published