fix: remove duplicated headers from blog post bodies

- remove extracted title, byline, date, avatar, and featured image preambles
- prevent both extraction scripts from recreating duplicated headers
- add blog content duplication auditing
- update migration documentation
This commit is contained in:
2026-06-08 13:26:00 -07:00
parent bfed3bee15
commit e4e6f15e9a
73 changed files with 66 additions and 591 deletions
+1
View File
@@ -15,6 +15,7 @@
"crawl:live": "node tools/crawl-live-site.mjs",
"audit:links": "node tools/audit-links.mjs",
"audit:images": "node tools/audit-page-imagery.mjs",
"audit:blog": "node tools/audit-blog-content.mjs",
"generate:sitemap": "node tools/generate-sitemap.mjs",
"generate:redirects": "node tools/generate-redirects.mjs"
},