From 2345a208663efff76837d1228bf14b8847f3177f Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Fri, 30 Jan 2026 20:06:56 +0100 Subject: feat(content): import old Mastodon posts with local media Import 125 posts from the old Mastodon instance as static markdown content with locally hosted media. Includes topical tags, i18n updates (Pleroma -> Fediverse), and lychee link checker configuration. Co-Authored-By: Claude Opus 4.5 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8f7a4d2..228b798 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "format:imports": "biome check --formatter-enabled=false --write", "check": "astro check", "prepare": "husky", - "test:pre-commit": ".husky/pre-commit" + "test:pre-commit": ".husky/pre-commit", + "import:mastodon": "npx tsx scripts/import-mastodon.ts" }, "dependencies": { "@astrojs/markdown-remark": "^6.3.2", -- cgit v1.2.3