650 B
650 B
posixlycorrect.com
Personal homepage built with Zola.
Build
zola build(direct)zola serve(local dev server)
Project Structure
content/— Markdown contentblog/— Blog postslib/— Library/reference articlestriforce_strategies/— Triforce Strategies LLC content
themes/tabi-lean/— Theme (git subtree, do not edit directly)static/— Static assetsconfig.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)