-
Notifications
You must be signed in to change notification settings - Fork 22
infrastructure framework for blog posts #543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
Authorship isn't finding the metadata and just placing the GitHub handle. It would be nice to improve this. @rowanc1 any insight on how to leverage the same functionality that allows blog posts to translate from author id to author metadata (in extended pythia.yml configuration file)? |
The way your plugin is setup (I think) at the moment is that it is looking at just the metadata of the blog and isn't hooked into what myst knows about the author (pulling from inherited myst configs, etc.). When we move from a plugin to something that is more integrated with myst for the listings, I think that would improve — but I don't have specific advice at the moment unfortunately. |
Thanks @rowanc1 I think what we have is fine for now, and we can look forward to it improving with the future built-in blog functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a good "for now" solution until there's better MyST support for styled blogs.
Closes #539
Following advice in https://chrisholdgraf.com/blog/2024/mystmd-with-the-blog