https://github.com/connormaglynn/connorglynn.com
This repository is managed in Terraform
https://github.com/connormaglynn/connorglynn.com
blog eslint github-actions github-pages jest nextjs npm prettier tailwind typescript
Last synced: 3 months ago
JSON representation
This repository is managed in Terraform
- Host: GitHub
- URL: https://github.com/connormaglynn/connorglynn.com
- Owner: connormaglynn
- Created: 2022-02-11T21:49:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T13:29:36.000Z (over 1 year ago)
- Last Synced: 2025-01-28T14:24:19.906Z (over 1 year ago)
- Topics: blog, eslint, github-actions, github-pages, jest, nextjs, npm, prettier, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/connormaglynn/tech-blog-ui/actions/workflows/pages.yml)





# Tech Blog
A general personal technical blog
## ✨ Adding Posts
All posts are kept under the [./\_posts](./_posts) directory and saved as `Markdown` files.
These files take in metadata at the top of the file as follows:
```Markdown
---
title: ''
excerpt: ''
date: '2022-07-31T12:00:00.000Z'
status: 'DRAFT'
---
# Actual Content Here
```