close
The Wayback Machine - https://web.archive.org/web/20211006054340/https://github.com/leerob/leerob.io
Skip to content
main
Switch branches/tags
Code

Latest commit

- adjust skip-nav to match the new layout
- added scroll-margin-top to the skip link (so the content doesn't stick
  at the edge of the screen)
b1f7d6c 1

Git stats

Files

Permalink
Failed to load latest commit information.

Deploy with Vercel

leerob.io

Overview

  • pages/api/* - API routes powering /dashboard, newsletter subscription, and post views.
  • pages/blog/* - Static pre-rendered blog pages using MDX.
  • pages/dashboard - Personal dashboard containing metrics like sales, views, and subscribers.
  • pages/* - All other static pages.

Running Locally

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

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