diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-30 20:06:56 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-01-30 20:10:50 +0100 |
| commit | 2345a208663efff76837d1228bf14b8847f3177f (patch) | |
| tree | 59b121e27f8bcfb5d8c6572a6310165520691022 /.claude | |
| parent | a5748bd37bb0411b0ddd507120c72fa0335d5c39 (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 '.claude')
| -rw-r--r-- | .claude/settings.local.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a291091..cf2e0e0 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -10,7 +10,12 @@ "Bash(pnpm format:*)", "Bash(pnpm check)", "Bash(pnpm install)", - "Bash(git *)" + "Bash(git *)", + "WebFetch(domain:docs.joinmastodon.org)", + "Bash(python3:*)", + "Bash(node:*)", + "Bash(pnpm import:mastodon:*)", + "Bash(pnpm build:*)" ], "deny": [] } |
