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 39cc51a82e21da50026e6d3fbab764eb3b8c788f Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 27 Jun 2025 16:13:03 -0400 Subject: [PATCH 2/3] First stab at a blog page --- portal/blog.md | 6 ++++++ portal/myst.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 portal/blog.md diff --git a/portal/blog.md b/portal/blog.md new file mode 100644 index 000000000..26cea7210 --- /dev/null +++ b/portal/blog.md @@ -0,0 +1,6 @@ +# Blog + +All blog posts, with newest first: + +:::{toctree} +::: \ No newline at end of file diff --git a/portal/myst.yml b/portal/myst.yml index 7e1a285f6..06cc6365a 100644 --- a/portal/myst.yml +++ b/portal/myst.yml @@ -10,7 +10,7 @@ project: toc: - file: index.md - file: about.md - - title: Blog + - file: blog.md children: # - pattern: posts/*.md # Temporary until we have blog infrastructure: explicit list of posts by date (newest first) From f8f1c8f09f8d61ee70be783d8aaf65c46bd794e8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 20:16:09 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- portal/blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/blog.md b/portal/blog.md index 26cea7210..0c5b23420 100644 --- a/portal/blog.md +++ b/portal/blog.md @@ -3,4 +3,4 @@ All blog posts, with newest first: :::{toctree} -::: \ No newline at end of file +:::