1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 07:45:32 -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

View File

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