Skip to content

This repository is managed in Terraform

Notifications You must be signed in to change notification settings

connormaglynn/connorglynn.com

Repository files navigation

Deploy Next.js site to Pages

Next JS TypeScript ESLINT Prettier Github Actions

Tech Blog

A general personal technical blog

✨ Adding Posts

All posts are kept under the ./_posts directory and saved as Markdown files.

These files take in metadata at the top of the file as follows:

---
title: ''
excerpt: ''
date: '2022-07-31T12:00:00.000Z'
status: 'DRAFT'
---

# Actual Content Here