Skip to content

Commit f81fe79

Browse files
authored
Explicit ordering of blog posts (#529)
* Include jupyterlab in env for metrics * explicit post order * Fix syntax
1 parent f34e023 commit f81fe79

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

portal/myst.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ project:
1212
- file: about.md
1313
- title: Blog
1414
children:
15-
- pattern: posts/*.md
15+
# - pattern: posts/*.md
16+
# Temporary until we have blog infrastructure: explicit list of posts by date (newest first)
17+
- file: posts/cookoff2025-website.md
18+
- file: posts/binderhub_status.md
19+
- file: posts/new-cookbooks.md
20+
- file: posts/cookoff2024-website.md
21+
- file: posts/cookoff2024-savethedate.md
22+
- file: posts/fundraiser.md
23+
- file: posts/cookoff2023.md
1624
- file: contributing.md
1725
- file: cookbook-guide.md
1826
- file: metrics.md

0 commit comments

Comments
 (0)