Update CONTRIB.md
This commit is contained in:
parent
c21835ae6c
commit
16fb458b19
1 changed files with 9 additions and 1 deletions
10
CONTRIB.md
10
CONTRIB.md
|
@ -16,7 +16,8 @@ Replacing `Your Name` with what you put in the `author` field, and `https://your
|
|||
|
||||
Example:
|
||||
|
||||
```
|
||||
```md
|
||||
---
|
||||
layout: post
|
||||
title: "My First Post!"
|
||||
date: 2024-06-01 00:00:00 -0700
|
||||
|
@ -24,6 +25,9 @@ categories: foo_bar
|
|||
excerpt: A summary of your post.
|
||||
author: Your Name
|
||||
usemathjax: false
|
||||
---
|
||||
|
||||
By [Your Name](https://your.site)
|
||||
```
|
||||
|
||||
## 3. Comments [Suggestion]
|
||||
|
@ -53,6 +57,8 @@ author: Your Name
|
|||
usemathjax: false
|
||||
comments: 104
|
||||
---
|
||||
|
||||
By [Your Name](https://your.site)
|
||||
```
|
||||
|
||||
## 4. Social Media Attribution [Suggestion]
|
||||
|
@ -83,4 +89,6 @@ author: Your Name
|
|||
usemathjax: false
|
||||
fediverse: "you@mastodon.example.com"
|
||||
---
|
||||
|
||||
By [Your Name](https://your.site)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue