Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions agu2025.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "AGU 2025"
---

[Visit our workshop website](https://agu2025.workshops.geojupyter.org/)

[View more details about our participation in AGU 2025](https://events.geojupyter.org/conferences/2025-agu/)
8 changes: 4 additions & 4 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ project:
exclude:
- "_*"
- "README.md"
# toc:
# - file: "index.md"
# # TODO: Use URL entries instead, once supported
# # https://github.com/jupyter-book/mystmd/issues/1445
toc:
- file: "index.md"
- file: "agu2025.md"
- file: "csdms2025.md"
Copy link
Member Author

@mfisher87 mfisher87 Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a TOC to keep these in order. I want them to be newest first, so sequential numbering in the filenames isn't a good solution. It has to be manual 😭

I'd love for MyST to enable sorting TOC elements based on attributes in the frontmatter.


site:
template: "book-theme"
Expand Down