- Created index.md for the photo series featuring miniatures with themes of undead and Egypt.
- Added 7 images with detailed Exif metadata in JSON format, documenting camera settings and conditions for each shot.
- Captured on May 1, 2025, showcasing the artistic use of natural light and intricate paintwork on miniatures.
Adds functionality to identify Mastodon links in Hugo markdown files, extract relevant information like instance and ID, and generate previews.
This allows for embedding Mastodon toots directly into the generated Hugo site and provides a preview text extracted from the toot content improving the user experience and content integration. It also adds a fallback in case a toot disappears to avoid broken content.
Also adds `bleach` as a dependency to sanitize HTML content.
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.