Skip to content

✨ My portfolio built with Next.js, MDX, Chakra UI, and Vercel.

Notifications You must be signed in to change notification settings

sibasishm/leerob.io

 
 

Repository files navigation

leerob.io

My portfolio has transformed over the years - from a static HTML site, to Jekyll, to Hugo, and finally to Next.js/React/MDX. My personal slice of the internet provides a platform for my writing and to showcase my latest work.

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.local file similar to .env.

FIREBASE_PRIVATE_KEY=
FIREBASE_CLIENT_EMAIL=
UNSPLASH_ACCESS_KEY=
GOOGLE_ENCRYPTION_KEY=
GOOGLE_ENCRYPTION_IV=
BUTTONDOWN_API_KEY=
NEXT_PUBLIC_FATHOM_SITE_ID=

Built Using

About

✨ My portfolio built with Next.js, MDX, Chakra UI, and Vercel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%