1
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:
2025-03-14 08:22:32 -04:00
parent 4d2febd262
commit e162d6a46c
35 changed files with 310 additions and 208 deletions

View File

@@ -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",
};
![Example workflow for a GitHub Action](./actions-flow.png)