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 -8
View File
@@ -1,11 +1,18 @@
export const frontmatter = {
title: "How To: Safely Rename `master` Branch on GitHub ✊🏾",
date: "2020-06-28 09:28:52-0400",
description:
'Some of the most popular open-source projects are renaming their default branch from "master" on GitHub. Here\'s how to do so, and safely.',
tags: ["How To", "Tutorial", "Git", "GitHub", "Open Source", "Black Lives Matter"],
image: "blm-topic.png",
};
---
title: "How To: Safely Rename `master` Branch on GitHub ✊\U0001F3FE"
date: "2020-06-28 09:28:52-0400"
description: >-
Some of the most popular open-source projects are renaming their default
branch from "master" on GitHub. Here's how to do so, and safely.
tags:
- How To
- Tutorial
- Git
- GitHub
- Open Source
- Black Lives Matter
image: ./blm-topic.png
---
![Black lives matter.](./blm-topic.png)