1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -04:00

restore YAML frontmatter

This commit is contained in:
2025-03-16 15:35:01 -04:00
parent 99ec01de0a
commit 2b4a86a900
27 changed files with 385 additions and 193 deletions
+14 -8
View File
@@ -1,11 +1,17 @@
export const frontmatter = {
title: "My First Code: Jake's Bulletin Board",
date: "2019-10-01 08:34:25-0400",
description:
"My first full coding project ever: a PHP bulletin board creatively titled Jake's Bulletin Board, circa 2003.",
tags: ["Hello World", "Baby's First PHP", "Nostalgia", "Vintage Code", "Awesome List"],
image: "jbb-screen1.png",
};
---
title: "My First Code: Jake's Bulletin Board"
date: "2019-10-01 08:34:25-0400"
description: >-
My first full coding project ever: a PHP bulletin board creatively titled
Jake's Bulletin Board, circa 2003.
tags:
- Hello World
- Baby's First PHP
- Nostalgia
- Vintage Code
- Awesome List
image: ./jbb-screen1.png
---
![Awesome First Code on GitHub](./netscape.png)