Personal Homepage of Josh Finnie.
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.)
---
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>