Skip to content

Commit 22c7bb1

Browse files
committed
new file structure
1 parent 221be45 commit 22c7bb1

10 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contribution guidelines (such as detailed description of Project
66
Pythia structure, forking, repository cloning, branching, etc.).
77

88
## Instructions for adding a blog post
9-
Within the `portal/posts/` folder add your `.md` blog file with the following heading:
9+
Within the `portal/posts/[YEAR]` folder add your `.md` blog file with the following heading:
1010

1111
```
1212
---

portal/myst.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ project:
1414
children:
1515
# - pattern: posts/*.md
1616
# Temporary until we have blog infrastructure: explicit list of posts by date (newest first)
17-
- file: posts/mystification.md
18-
- file: posts/cookoff2025-website.md
19-
- file: posts/binderhub_status.md
20-
- file: posts/new-cookbooks.md
21-
- file: posts/cookoff2024-website.md
22-
- file: posts/cookoff2024-savethedate.md
23-
- file: posts/fundraiser.md
24-
- file: posts/cookoff2023.md
17+
- file: posts/2025/mystification.md
18+
- file: posts/2025/cookoff2025-website.md
19+
- file: posts/2025/binderhub_status.md
20+
- file: posts/2025/new-cookbooks.md
21+
- file: posts/2024/cookoff2024-website.md
22+
- file: posts/2023/cookoff2024-savethedate.md
23+
- file: posts/2023/fundraiser.md
24+
- file: posts/2023/cookoff2023.md
2525
- file: contributing.md
2626
- file: cookbook-guide.md
2727
- file: quick-cookbook-guide.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)