-
Notifications
You must be signed in to change notification settings - Fork 251
Redesigned Blog and Blog post pages #1158
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
Merged
Merged
Conversation
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
* feat(blog-page): Add IP blog redesign work. * chor(blog-page): Revert inadvertent updates to base.html. * feat(): Add more work on blog redesign. * feat(blog-redesign): Refactor JS. Add blog preview image to filtered posts. * chor(blog-redesign): Revert updates to disrelated files. * chor(blog-redesign): Update blog data to display FPO image in hero. * style(blog-redesign): Update blog backdrop blur. * chor(): Add new line to end of prettier ignore.
* feat(blog-page): Update blog page template, JS, and styles per latest design. Add dark mode version of blog post featured image. * feat(): Update post layout to include featured image and dark image. * chor(): Remove FPO featured image from post front matter. * chor(): Revert formatting from blog post. * chor(): Revert formatting from blog post. * chor(): Revert formatting from blog post.
Co-authored-by: Mishal Shah <[email protected]>
Co-authored-by: Mishal Shah <[email protected]>
Co-authored-by: Mishal Shah <[email protected]>
Co-authored-by: Mishal Shah <[email protected]>
jesseaborden
approved these changes
Sep 14, 2025
federicobucchi
approved these changes
Sep 15, 2025
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 @swiftlang/website-workgroup, along with the Information Architecture group and members of the Swift community, has designed and implemented new blog and blog post pages. This update aligns our swift.org pages with the refresh we completed earlier this year.
The blog post about the Swift 6.2 release has been cherry-picked into this branch to integrate the new features. (See original PR for details. #1145)
Each blog post is categorized into one of five categories to help visitors easily filter content:
Blog Page
The blog page features "Latest Swift News," showcasing the latest posts from each category.
Blog Post Page
The blog post page has also been updated to align with the new design theme.
cc: @davelester, @dempseyatgithub, @federicobucchi, @hborla, @heckj, @jerimiahbbrown, @jesseaborden, @swiftlang/website-workgroup