Why would you want to run this locally? Just go look at the site: https://noahbjohnson.net
- Clone the repo
git clone https://github.com/noahbjohnson/noahbjohnson.net.git
- Install the dependencies
npm i
- Fire it up
npm start
The blog consists of the blog posts file for metadata, and the posts folder for entries.
File names in the posts folder should correspond to the slug from the metadata. (page -> page.md)