Update blog post generation#110
Merged
Merged
Conversation
senekor
added a commit
to rust-lang/blog.rust-lang.org
that referenced
this pull request
May 4, 2026
The automation in rust-lang/promote-release pushed this announcement post directly to the main branch. Since the file was added in the old "posts" directory, it was never picked up by the blog. It's now too late to publish this again - Rust 1.95 has been released. I've opened a PR to fix the promote-release automation in the future: rust-lang/promote-release#110
e4e10a5 to
5149875
Compare
The blog has undergone some changes. This is adapting the generated
posts accordingly.
* Blog posts now live under `content/`, not `posts/`.
* They don't have the publish date in the file name anymore.
* The frontmatter is now in TOML, instead of YAML. ("+++" fences instead
of "---")
* The expected content of the frontmatter has changed. (explicit URL
path, team name and url separated, layout not necessary anymore etc.)
This also cleans up the generated markdown a little:
* Remove trailing whitespace on last line.
* Remove code block language "plain" which is not recognized by Zola.
5149875 to
c85980c
Compare
Mark-Simulacrum
approved these changes
May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The blog has undergone some changes. This is adapting the generated posts accordingly.
content/, notposts/.This also cleans up the generated markdown a little:
closes #109