add ai stuff

This commit is contained in:
Fabian Montero 2026-03-25 19:50:35 -06:00
parent 1ef6d4cd85
commit 2e4e51861d
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
2 changed files with 141 additions and 0 deletions

24
CLAUDE.md Normal file
View file

@ -0,0 +1,24 @@
# 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`)