homepage/CLAUDE.md
2026-03-25 19:59:47 -06:00

650 B

posixlycorrect.com

Personal homepage built with Zola.

Build

  • zola build (direct)
  • zola serve (local dev server)

Project Structure

  • content/ — Markdown content
    • blog/ — Blog posts
    • lib/ — Library/reference articles
    • triforce_strategies/ — Triforce Strategies LLC content
  • themes/tabi-lean/ — Theme (git subtree, do not edit directly)
  • static/ — Static assets
  • config.toml — Site configuration

Content Conventions

  • Frontmatter: TOML (+++ delimiters)
  • Section indices: _index.md
  • Internal links: @/path/to/file.md

Commit Style

type: description (e.g., blog: add post title)