Commit Graph

2 Commits

Author SHA1 Message Date
fundor333
dbda00405b Enhances Mastodon link handling and previews
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.
2025-07-27 19:35:30 +02:00
fundor333
4338cbcf85 Automates reply metadata extraction
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.
2025-07-27 18:18:26 +02:00