Adds syndication adder script

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.
This commit is contained in:
fundor333
2025-06-16 22:36:47 +02:00
committed by Fundor333
parent 90214c22e7
commit 8cd0bd3371
7 changed files with 193 additions and 15 deletions

View File

@@ -61,6 +61,7 @@ build: clean ## Build for dev
.PHONY: syndication
syndication: ## Syndication script
@poetry run python action_script/syndication-collector.py
@poetry run python action_script/syndication-adder.py
.PHONY: webmention
webmention: ## Webmention script