mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 21:34:26 -04:00
dynamic opengraph images
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import featuredImage from "./step7-2.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: "How To: Fork a GitHub Repository & Submit a Pull Request",
|
||||
date: "2019-04-09 02:17:03-0400",
|
||||
description:
|
||||
"Walkthrough of forking a GitHub repository, cloning it, committing your changes to a new branch, and pushing it back upstream.",
|
||||
tags: ["How To", "Tutorial", "Git", "Pull Request", "Open Source", "GitHub"],
|
||||
image: featuredImage.src,
|
||||
image: "step7-2.png",
|
||||
};
|
||||
|
||||
<svg width="150" height="150" viewBox="0 0 40 40" style={{ float: "right", marginBottom: "6px", marginLeft: "12px" }}>
|
||||
|
||||
Reference in New Issue
Block a user