/joshfinnie.com

Personal Homepage of Josh Finnie.

Primary LanguageMDXMIT LicenseMIT

Personal Homepage of Josh Finnie.

Netlify Status

Setup & Develop

To setup this repo, make sure you have pnpm installed then run pnpm install after cloning.

To run this repo locally, run pnpm run dev.

To test and build locally, run pnpm run build. (This sometimes will throw errors pnpm run dev does not.)

Template for Blog Post

---
title: "<TITLE>"
date: "<DATE>"
tags:
  - "<TAG 1>"
  - "<TAG 2>"
  - "<TAG 3>"
slug: "<CUSTOM POST SLUG>"
heroImage: "@assets/blog/<IMAGE>.jpg"
unsplash: "<ARTIST>"
unsplashURL: "<ARTIST URL>"
description: "<DESCRIPTION>"
---

<TEXT GOES HERE>