Refreshes syndication data by replacing old JSON files with new ones, ensuring links to platforms like Mastodon and Bluesky are up-to-date.
Also updates metadata in several markdown files, including adding syndication links and correcting formatting.
Adds a script to automatically add syndication links to posts' frontmatter based on RSS feeds from Mastodon, Bluesky and Medium.
It also updates the Makefile to include the new script, the `.gitignore` file to ignore the log file, and the syndication partial to correctly render syndication links.
It uses the source URL inside the content to find the local file.
- Modified existing webmention entries to reflect updated author information and content.
- Added new syndication entries for posts on bsky and Mastodon.
- Included detailed webmention data for interactions related to week notes and DnD content.
- Ensured all entries are properly formatted and include relevant metadata for tracking interactions.
- Created `micro.html` for handling reply, repost, like, bookmark, and RSVP links.
- Added `postCard.html` for rendering individual post items with icons based on post type.
- Introduced `search-form.html` for search input and `search-index.html` for displaying search results.
- Implemented `series.html` to show related posts in a series format.
- Added `socialIcons.html` for rendering social media links.
- Created `syndication.html` to display syndication links for posts.
- Introduced `tags.html` for displaying tags and categories associated with posts.
- Added `webmention.html` for integrating webmention functionality.
- Updated SASS files for styling adjustments.
- Introduced a custom DateInput widget for Django forms to set the input type to "date".
- Added a simple template tag `url_replace` to modify GET parameters in URLs, facilitating cleaner navigation between views while preserving search filters.
- Documented the usage of both features in a new post for better understanding and implementation.