Skip to content

Rixcy/rb2022

Repository files navigation

RICKBOOTH.ME

My personal portfolio site built using NextJS.

Features

Reduced motion

Animations are disabled for the following if the reduce motion preference is set to reduce:

  • Nav blinking cursor
  • Nav link hover transition
  • Animated link underlines

Screenshots

Home page

Posts listing page

Post page with formatted markdown and code blocks

Running locally

Install dependencies:

yarn

Run the dev server:

yarn dev

Open http://localhost:3000 with your browser to see the result.