24 lines
650 B
Markdown
24 lines
650 B
Markdown
# 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`)
|