Merged
Conversation
Update .post-cover-image-banner for better responsiveness and consistent appearance: use background-size: contain and center the background; replace fixed height with a responsive height (min(40vw, 350px)); remove margins, border-radius and box-shadow; set display:block. These changes prevent image cropping and standardize the banner layout across viewports.
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.
This pull request adds RSS feed support to the site, making it easier for users to subscribe to updates. The main changes include generating an RSS feed, adding a custom XSLT for a styled feed view, and updating the site layout to link to the feed.
RSS Feed Generation and Styling:
feed.xmlfile that generates an RSS feed for site posts, using a custom include to inject an XSLT stylesheet for better browser display. [1] [2]assets/rss-feed.xsl) to style the RSS feed, making it visually consistent with the site's theme when viewed in browsers.Site Configuration:
_config.ymlto enable thejekyll-feedplugin, which helps manage and generate RSS feeds.User Interface Updates:
_layouts/default.html, making the feed easily discoverable for users.