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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user