Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 800 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 800 Bytes

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>