summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-30 20:06:56 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-30 20:10:50 +0100
commit2345a208663efff76837d1228bf14b8847f3177f (patch)
tree59b121e27f8bcfb5d8c6572a6310165520691022 /package.json
parenta5748bd37bb0411b0ddd507120c72fa0335d5c39 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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",