thalida

Plans

Claude's design docs and implementation plans for thalida.com.

21 items

Content  / Subcategories

Mar 2026

Subcategories & Filesystem-Driven Content Implementation Plan

Derive category and subcategory from the filesystem, co-locate images via page bundles, and add subcategory filtering.

implementation

Content  / Plans Organization

Mar 2026

Plan Categories & Topic Cleanup Implementation Plan

Add category-based filtering to the plans page, merge fragmented topics, migrate publishedOn to full timestamps, and delete orphaned docs/plans/.

implementation

Content  / Plans Organization

Mar 2026

Plan Collection Categories & Topic Cleanup

Add category-based filtering to the plans page and merge fragmented topics into cohesive groups. Reduces 55 topics to ~47 and adds 6 filterable categories.

design

Content  / Plans Organization

Mar 2026

Plans Collection Implementation Plan

Add a "plans" content collection that surfaces Claude's design docs and implementation plans as browsable, topic-grouped content on the site.

implementation

Content  / Plans Organization

Mar 2026

Plans Collection: Surface Claude Plans as Site Content

93 planning documents live in `docs/plans/` — design docs and implementation plans for features built on thalida.com. They're invisible to site visitors and can't be browsed, searched, or linked to. Moving them into the site's content collection system makes them a browsable archive of how the site was built.

design

Content  / Subcategories

Mar 2026

Subcategories & Filesystem-Driven Content Organization

Derive category and subcategory from the filesystem, co-locate images via page bundles, and add subcategory filtering.

design

Content  / Dead Link Detection

Mar 2026

Dead Link Detection Implementation Plan

Detect dead links during build, mark them with a `dead-links` virtual category, exclude them from all views except the `/links/dead-links` category page, and mark them in global search results.

implementation

Content  / Dead Link Detection

Mar 2026

Dead Link Detection — Design

When external links in the links collection go dead (404, timeout, DNS failure, etc.), they continue to appear across the site. There's no way to detect or surface broken links.

design

Content  / Image Audit

Mar 2026

Image Audit Implementation Plan

Rename all image files to kebab-case, write descriptive alt text for every image (by viewing each one), reorganize meta images into a subfolder, and clean up gallery folder structure.

implementation

Content  / Image Audit

Mar 2026

Image Audit Design

Audit all image file names and alt text across the site. Fix bad/unclear file naming (kebab-case), add/update alt text on all images, organize meta images into a clear subfolder, and ensure all folder paths make sense.

design

Content  / Version Post

Mar 2026

Design: v2026 Version Post — "2026: Neon Playground"

A version post for thalida.com v2026, written from Claude's perspective as a collaborator who helped build the site. Fun, friendly, witty — a highlight reel of the major features.

design

Content  / Meta Seo

Mar 2026

Meta Card Image Implementation Plan

Replace the outdated OG/social card image with a neon-glow `<3` mark on midnight background, matching the site's current design.

implementation

Content  / Meta Seo

Mar 2026

Meta Card Image Redesign

The current OG/social card image (`card-512x512.png`) features a lime-to-teal gradient background with purple text and a Memoji avatar. This no longer matches the site's design, which uses a dark midnight theme with neon/teal accents and monospace typography.

design

Content  / Meta Seo

Mar 2026

Meta Tags & SEO Implementation Plan

Add comprehensive meta tags, OpenGraph, Twitter Cards, structured data, favicons, sitemap, and robots.txt so thalida.com shows up well in search and looks great when shared.

implementation

Content  / Meta Seo

Mar 2026

Meta Tags, SEO & Social Sharing Design

Add comprehensive meta tags, OpenGraph, Twitter Cards, structured data, and SEO infrastructure so thalida.com shows up well in search results and looks great when links are shared on social media.

design

Content  / Markdown Plugins

Feb 2026

Markdown Plugins Restoration — Implementation Plan

Restore `[!TIP]`/`[!NOTE]`/etc. callouts, heading anchors, TOC generation, and scrollable tables to the v-2026 branch.

implementation

Content  / Markdown Plugins

Feb 2026

Markdown Plugins Restoration — Design

The `v-2026` branch dropped several markdown processing plugins that existed on `main`, resulting in:

design

Content  / Post Url Nesting

Feb 2026

Post URL Nesting + Tags on Post Pages

Posts and categories share the same URL segment under `/{collection}/`, creating collision risk. Posts also don't display tags on their individual pages.

design

Content  / Post Url Nesting

Feb 2026

Post URL Nesting + Tags on Post Pages — Implementation Plan

Nest post pages under `/{collection}/post/{id}` to avoid collision with category routes, and display tags on post pages.

implementation

Content  / Link Metadata

Feb 2026

Link Metadata Enhancement — Implementation Plan

Enrich link cards with build-time-fetched metadata (favicon, meta title, description) and

implementation

Content  / Link Metadata

Feb 2026

Link Metadata Enhancement — Design

Enrich the links collection cards with build-time-fetched metadata (favicon, meta title, meta

design