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
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 introduces several improvements and new features to the blog, focusing on enhanced movie "fav" handling, UI/UX improvements for mobile, and content updates. The most significant changes include a refactor of the
fav.pyscript to use web scraping for movie metadata, responsive design and blog description enhancements, and the addition of new content and archive pages.Favs and Movie Metadata Handling:
fav.pyto use BeautifulSoup for scraping movie metadata from IMDb instead of theimdbPython package, improving reliability and removing a dependency. This includes extracting the movie title, release year, director, and cover image via meta tags. [1] [2]fav.pynow automatically creates a yearly favs archive page (e.g.,_pages/favs_2026.md) if it doesn't exist, ensuring new years are handled without manual intervention. [1] [2] [3]_favs/match_point.md), and removed the entry for "Deadpool & Wolverine" (_favs/deadpool_&_wolverine.md). [1] [2]Blog UI/UX and Responsiveness:
_config.yml, ensured conditional rendering in the blog template, and styled it for desktop and mobile. [1] [2] [3]Styling and Accessibility:
Other Minor Improvements:
fav.pyfor code cleanliness.These changes collectively improve the blog's maintainability, user experience, and content management.