Remove docs-check-titles and test duplicate frontmatter titles

Title slug format was enforced by convention but wiki-links resolve by
filename stem, not frontmatter title. Remove the check and add two test
cards with duplicate titles to verify. Also add GitHub/Forgejo repo
links to homepage and retitle index to "BlumeOps".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-07 21:24:50 -08:00
commit 5105353cdb
8 changed files with 34 additions and 180 deletions

View file

@ -96,7 +96,6 @@ BlumeOps operations are driven by mise tasks. Run `mise tasks` to list all avail
| `tailnet-up` | Apply Tailscale ACL changes via Pulumi |
| `docs-check-links` | Validate wiki-links in documentation (includes orphan detection) |
| `docs-check-index` | Check every doc is referenced in its category index |
| `docs-check-titles` | Check for duplicate doc titles |
| `docs-check-filenames` | Check for duplicate doc filenames |
| `docs-review-stale` | Report docs by last-modified date, highlight stale ones |
| `docs-review-tags` | Print frontmatter tag inventory across all docs |