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:
@@ -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
|
||||
---
|
||||
|
||||

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