Skip to content

Commit 6981afb

Browse files
committed
fix: drop blogpost frontmatter
1 parent 2943a0a commit 6981afb

8 files changed

+3
-13
lines changed

CONTRIBUTING.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@ contribution guidelines (such as detailed description of Project
77
Pythia structure, forking, repository cloning, branching, etc.).
88

99
## Instructions for adding a blog post
10-
11-
We use [Sphinx ABblog](https://ablog.readthedocs.io/en/stable/) to add blog posts to our site.
12-
1310
Within the `portal/posts/` folder add your `.md` blog file with the following heading:
1411

1512
```
1613
---
17-
blogpost: true
18-
date: MON DD, YYYY
14+
15+
date: YYYY-MM-DD
1916
author: First Last
20-
tags: sample-tag
17+
tags: [sample-tag]
2118
---
2219
```
2320

portal/posts/binderhub_status.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
blogpost: true
32
date: 2025-01-20
43
author: Kevin Tyle
54
tags: ['binderhub', 'maintenance']

portal/posts/cookoff2023.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
blogpost: true
32
date: 2023-06-28
43
author: Julia kent
54
tags: [cook-off]

portal/posts/cookoff2024-savethedate.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
blogpost: true
32
date: 2023-08-29
43
author: John Clyne
54
tags: [cook-off]

portal/posts/cookoff2024-website.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
blogpost: true
32
date: 2024-01-08
43
author: Brian Rose
54
tags: [cook-off]

portal/posts/cookoff2025-website.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
blogpost: true
32
date: 2025-02-20
43
author: Julia Kent
54
tags: [cook-off]

portal/posts/fundraiser.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
blogpost: true
32
date: 2023-06-28
43
author: Julia kent
54
tags: [fundraiser]

portal/posts/new-cookbooks.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
blogpost: true
32
date: 2025-01-10
43
author: Brian Rose
54
tags: [cook-off]

0 commit comments

Comments
 (0)