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
@@ -1,11 +1,18 @@
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: "step7-2.png",
};
---
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: ./step7-2.png
---
<svg width="150" height="150" viewBox="0 0 40 40" style={{ float: "right", marginBottom: "6px", marginLeft: "12px" }}>
<path d="M6.5 35v-4.8c0-5.4 4.3-9.7 9.7-9.7h7.6c5.4 0 9.7-4.3 9.7-9.7V6M6.5 32.5v-26" fill="none" stroke="#a3b7cc" />