diff --git a/portal/blog.md b/portal/blog.md new file mode 100644 index 00000000..0c5b2342 --- /dev/null +++ b/portal/blog.md @@ -0,0 +1,6 @@ +# Blog + +All blog posts, with newest first: + +:::{toctree} +::: diff --git a/portal/myst.yml b/portal/myst.yml index 7e1a285f..06cc6365 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)