mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 21:34:26 -04:00
dynamic opengraph images
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import featuredImage from "./jbb-screen1.png";
|
||||
|
||||
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: featuredImage.src,
|
||||
image: "jbb-screen1.png",
|
||||
};
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user