Update CONTRIB.md

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-06-01 21:38:04 -07:00
parent c21835ae6c
commit 16fb458b19

View file

@ -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)
```