Skip to content

Conversation

@jesseaborden
Copy link
Contributor

@jesseaborden jesseaborden commented Sep 13, 2025

Motivation:

Make updates based on latest designs

Modifications:

  • Update /blog per latest design iteration
  • Add blog images
  • Add featured image dark mode support to /blog and post layout
  • Misc blog page JS refactoring

Result:

Blog and post templates are updated with latest layout and behavior design direction.

Note: To add a featured image add the below to a post's front matter:

featured-image:
  url: '/assets/images/6.2-blog/[email protected]'
  alt: 'Featured blog image with the Swift Logo over a white to orange gradient background.'
featured-image-dark:
  url: '/assets/images/6.2-blog/[email protected]'
  alt: 'Featured blog image with the Swift Logo over a white to black gradient background.'

If there's no dark image, featured-image will be used as the fallback.

@jesseaborden jesseaborden requested a review from a team as a code owner September 13, 2025 00:19
Copy link
Member

@shahmishal shahmishal left a comment

Choose a reason for hiding this comment

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

LGTM! thanks!

@shahmishal shahmishal merged commit dd694d2 into swiftlang:redesign/blogs Sep 13, 2025
3 checks passed
federicobucchi pushed a commit that referenced this pull request Sep 13, 2025
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants