Adds a script to process Hugo Markdown files, extract
previews from linked 'reply' URLs, and flag Mastodon links.
This enhances content display and context for replies,
especially on Mastodon. It also creates a new Github
Action to run the script on a schedule.
Updates the electron-to-chromium dependency to the latest version.
Adds a requirements.txt file for specifying Python dependencies with version constraints, targeting Python 3.12.
- Upgraded Python requirement from ^3.11 to ^3.12.
- Changed specific dependencies (pillow, beautifulsoup4, pyyaml, lxml, typer) to use the latest versions by setting them to "*".
- Added python-frontmatter as a new dependency with version ^1.1.0.
Replaces hardcoded URLs with Hugo's `ref` shortcode for internal links.
This ensures that links are automatically updated when the site structure changes, preventing broken links and improving maintainability.
- Created a new markdown file for generating posts with an image cover in Hugo.
- Implemented a Python script to generate images with text overlay using PIL.
- Added a shortcode for displaying toots from Mastodon, including user information and media attachments.
Removes a large number of image assets that are no longer used by the site. This reduces the size of the repository and the deployed site.
These images include various sizes of favicons, touch icons, cover images for old blog posts and weeknotes, and character images.
The `make-post.py` script is adjusted to correctly format the year in post paths.
- Removed `social_media_share.scss` and its associated HTML partial for share buttons.
- Added new `author.scss`, `menu.scss`, and `media.scss` files with relevant styles.
- Updated `add.scss` to import new styles and removed obsolete imports.
- Enhanced `comments.scss` with additional styling for smaller text.
- Created a new SCSS file for webmention styles to enhance the appearance of comments and reactions.
- Added HTML partial for share buttons including Twitter, Facebook, LinkedIn, Reddit, and WhatsApp.
- Updated the main SCSS file to include webmention styles and removed the old CSS file for webmentions.
- Updated asset integrity for the compiled CSS file.