Item 8 — wire the 5 real articles into /blog, retire the backdated orphan
The live /blog showed "How to Read Line Movement Like a Sharp" dated 2026-03-22 — an orphaned, uncommitted file that predates the product. Meanwhile 5 genuinely-real articles sat in content/articles/, unwired. - blog.ts now reads content/articles (not the untracked content/blog). Maps `excerpt` → description, skips `status: draft`, reads explicit `slug`. - Added honest dates (2026-07-17, the real publish day) + flipped the 5 articles to `status: published`. Real content: how-vyndr-grades-a-prop, why-our-misses-are-public, what-clv-is, how-streaks-lie, the-vyndr-originals. - Retired the orphan: /blog/line-movement-guide 301s to /blog (next.config). - Added a minimal, dependency-free, XSS-safe markdown renderer so headers/bold render as HTML instead of literal "##". Each article keeps title/date/ read-time + the existing OG/JSON-LD metadata (affiliate-review ready). Richer media (images/charts) is the separate design train. Web build exit 0 (SSGs all 5 slugs); backend suite unaffected. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: How Streaks Lie
|
||||
slug: how-streaks-lie
|
||||
date: '2026-07-17'
|
||||
excerpt: Most hot streaks are soft schedules wearing a costume. How to read a streak against what it was built on, the way the VYNDR lens does.
|
||||
tags: [streaks, the-read-room]
|
||||
status: draft
|
||||
status: published
|
||||
---
|
||||
|
||||
Most hot streaks are soft schedules wearing a costume.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: How VYNDR Grades a Prop
|
||||
slug: how-vyndr-grades-a-prop
|
||||
date: '2026-07-17'
|
||||
excerpt: From the line feed to the letter. What actually happens inside the pipeline, including the part where the model refuses.
|
||||
tags: [methodology, the-read-room]
|
||||
status: draft
|
||||
status: published
|
||||
---
|
||||
|
||||
Most grading products are a vibe wearing a letter. Here is what ours actually does.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: "The VYNDR Originals: 41 Archetypes and Why They Exist"
|
||||
slug: the-vyndr-originals
|
||||
date: '2026-07-17'
|
||||
excerpt: TORCH, BOMBER, GHOST, CONDUCTOR. What the archetype system is, how a player earns one, and why it changes which props you should trust.
|
||||
tags: [archetypes, the-read-room]
|
||||
status: draft
|
||||
status: published
|
||||
---
|
||||
|
||||
Every player profile on VYNDR carries a word like TORCH or BOMBER. This is not decoration. It is the compressed answer to a question the box score never asks: how does this player produce, and which of his props can you actually trust.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: "CLV: The Only Number That Proves an Edge"
|
||||
slug: what-clv-is
|
||||
date: '2026-07-17'
|
||||
excerpt: Closing line value in plain language. Why beating the close matters more than winning the bet, and how VYNDR captures it on every grade.
|
||||
tags: [clv, methodology, the-read-room]
|
||||
status: draft
|
||||
status: published
|
||||
---
|
||||
|
||||
You can win a bet with a bad read and lose one with a great read. That is variance, and it is why the win-loss column — the number everyone stares at — is the slowest, noisiest possible way to judge a model. There is a faster, cleaner number. The industry calls it CLV: closing line value.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: Why Our Misses Are Public
|
||||
slug: why-our-misses-are-public
|
||||
date: '2026-07-17'
|
||||
excerpt: Every miss stays on the Ledger, by name, in the same format as the wins, permanently. The two reasons, and why nobody else in the industry can copy this.
|
||||
tags: [the-ledger, methodology]
|
||||
status: draft
|
||||
status: published
|
||||
---
|
||||
|
||||
Open the VYNDR Ledger on any morning and you will find last night's misses listed by name, in the same format, the same placement, and the same energy as the wins. Wilson over 23.5 settled at 19. It is on the record. It stays on the record.
|
||||
|
||||
Reference in New Issue
Block a user