From d4b31d20ca34dbd2cdad9238b8d03372a1e489a2 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 19 Jun 2025 09:59:13 -0400 Subject: [PATCH 1/3] Include jupyterlab in env for metrics --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index ee9c7b128..eef6da741 100644 --- a/environment.yml +++ b/environment.yml @@ -8,3 +8,4 @@ dependencies: - pre-commit - pyyaml - mystmd +- jupyterlab From c89acc9af30836bccc755eb7d3190b596cc41069 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 20 Jun 2025 14:09:05 -0400 Subject: [PATCH 2/3] explicit post order --- portal/myst.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/portal/myst.yml b/portal/myst.yml index 567f87a01..3050378b1 100644 --- a/portal/myst.yml +++ b/portal/myst.yml @@ -12,7 +12,15 @@ project: - file: about.md - title: Blog children: - - pattern: posts/*.md + # - pattern: posts/*.md + # Temporary until we have blog infrastructure: explicit list of posts by date (newest first) + - posts/cookoff2025-website.md + - posts/binderhub_status.md + - posts/new-cookbooks.md + - posts/cookoff2024-website.md + - posts/cookoff2024-savethedate.md + - posts/fundraiser.md + - posts/cookoff2023.md - file: contributing.md - file: cookbook-guide.md - file: metrics.md From 07952c4dd2ba5add361e0a17cac7f10213a1b279 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 20 Jun 2025 14:20:43 -0400 Subject: [PATCH 3/3] Fix syntax --- portal/myst.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/portal/myst.yml b/portal/myst.yml index 3050378b1..d134cfc0d 100644 --- a/portal/myst.yml +++ b/portal/myst.yml @@ -14,13 +14,13 @@ project: children: # - pattern: posts/*.md # Temporary until we have blog infrastructure: explicit list of posts by date (newest first) - - posts/cookoff2025-website.md - - posts/binderhub_status.md - - posts/new-cookbooks.md - - posts/cookoff2024-website.md - - posts/cookoff2024-savethedate.md - - posts/fundraiser.md - - posts/cookoff2023.md + - file: posts/cookoff2025-website.md + - file: posts/binderhub_status.md + - file: posts/new-cookbooks.md + - file: posts/cookoff2024-website.md + - file: posts/cookoff2024-savethedate.md + - file: posts/fundraiser.md + - file: posts/cookoff2023.md - file: contributing.md - file: cookbook-guide.md - file: metrics.md