add ai stuff
This commit is contained in:
parent
1ef6d4cd85
commit
2e4e51861d
2 changed files with 141 additions and 0 deletions
24
CLAUDE.md
Normal file
24
CLAUDE.md
Normal 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`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue