mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 07:45:32 -04:00
dynamic opengraph images
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import featuredImage from "./actions-flow.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: "I ❤️ GitHub Actions",
|
||||
date: "2019-10-25 13:58:39-0400",
|
||||
description: "I've found a new hobby of making cool GitHub Actions, the latest tool in the CI world. Here's why.",
|
||||
tags: ["DevOps", "GitHub", "Continuous Integration", "Docker", "Open Source"],
|
||||
image: featuredImage.src,
|
||||
image: "actions-flow.png",
|
||||
};
|
||||
|
||||

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