Skip to content

Commit 5f52928

Browse files
committed
render author names and footnote
1 parent 9ed7a2c commit 5f52928

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

portal/posts/mystification.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Reflections on MyST-ification
33
subtitle: Project Pythia’s transition to MyST and JupyterBook2 architecture
44
date: 2025-07-11
5-
authors: jukent, brian-rose, dcamron, kafitzgerald
5+
authors: [jukent, brian-rose, dcamron, kafitzgerald]
66
tags: [myst]
77
---
88

@@ -42,24 +42,24 @@ We hope you’ll find the Cookbook creation process to be streamlined! **Test ou
4242

4343
## Attribution
4444
Thanks to everyone who was involved in our sprint day (alphabetical):
45-
Drew Camron
46-
Rowan Cockett
47-
Katelyn FitzGerald
48-
Robert Ford
49-
Julia Kent
50-
Angus Hollands
51-
Christian Okyere
52-
Brian Rose
53-
Kevin Tyle
45+
- Drew Camron
46+
- Rowan Cockett
47+
- Katelyn FitzGerald
48+
- Robert Ford
49+
- Julia Kent
50+
- Angus Hollands
51+
- Christian Okyere
52+
- Brian Rose
53+
- Kevin Tyle
5454

5555
[^buildcommand]: Our shared [build-book.yaml workflow](https://github.com/ProjectPythia/cookbook-actions/blob/main/.github/workflows/build-book.yaml) accepts an arbitrary build_command input argument to accommodate using different HTML building tools. We switched the default build_command from jupyter-book build . to myst build –execute –html. You can restore previous behavior by explicitly setting the input argument from your workflow file like this:
56-
```
57-
jobs:
58-
build:
59-
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
60-
with:
61-
build_commandl: 'jupyter-book build .'
62-
```
63-
Reach out if this is causing problems!
56+
```
57+
jobs:
58+
build:
59+
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
60+
with:
61+
build_commandl: 'jupyter-book build .'
62+
```
63+
Reach out if this is causing problems!
6464
6565
[^baseurl]: Unlike Sphinx, [MyST needs to know where a site is being deployed at build time](https://mystmd.org/guide/deployment-github-pages#base-url-configuration-for-github-pages). That means we have to pass different arguments depending on whether we are building a preview or the actual site since the previews are deployed to subdirectories of each site’s base URL.

0 commit comments

Comments
 (0)