Updates syndication and post metadata

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.
This commit is contained in:
fundor333
2025-06-16 22:55:23 +02:00
committed by Fundor333
parent b49cd7ee6e
commit 9bd731b52c
27 changed files with 178 additions and 38 deletions

View File

@@ -60,7 +60,6 @@ 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