refactor: Replace generator with enhanced version

- Extracts full frontmatter metadata (originalDate, notion_*, authors, source)
- Correct date priority: frontmatter → filename → mtime → ctime
- All metadata exposed in index.json for frontend use

Phase 1 quick win complete.
This commit is contained in:
2026-02-14 14:45:51 +00:00
parent 87cfa7e083
commit d0cf2e3061
26 changed files with 2621 additions and 299 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "the-fold-within",
"version": "3.0.2",
"dependencies": {
"pdf-parse": "^1.1.1"
"pdf-parse": "^1.1.4"
}
}