1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -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
+15 -9
View File
@@ -1,13 +1,19 @@
import Link from "../../components/Link";
---
title: COVID-19 vs. the Open Source Community ⚔️
date: "2020-03-23 15:17:09-0400"
description: >-
The open source community is rallying together like no other to provide
coronavirus information to the public in innovative ways.
tags:
- Open Source
- COVID-19
- Coronavirus
- Public Health
- GitHub
image: ./covid19dashboards.png
---
export const frontmatter = {
title: "COVID-19 vs. the Open Source Community ⚔️",
date: "2020-03-23 15:17:09-0400",
description:
"The open source community is rallying together like no other to provide coronavirus information to the public in innovative ways.",
tags: ["Open Source", "COVID-19", "Coronavirus", "Public Health", "GitHub"],
image: "covid19dashboards.png",
};
import Link from "../../components/Link";
export const OctocatLink = ({ repo }) => {
return (