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
+5
View File
@@ -0,0 +1,5 @@
# Blog Content Audit
Checked 65 blog post bodies for layout content duplicated in Markdown.
No duplicated article headers were detected.