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,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
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user