bim
A content-first, convention-over-configuration static site generator written in Rust.
bim is designed to support blogs, digital gardens, code snippets, recipes, talks, and slides in a single coherent knowledge base.
Philosophy
- Markdown as the primary authoring format
- Filesystem structure as the source of truth
- No front matter - metadata from filenames and git
- Lenient behavior - warnings instead of hard errors
Quick Start
# Build the site
bim build
# Build and serve locally
bim serve
# Watch for changes
bim serve --watch
Recent Blog Posts
- مرحبا بكم في bim
- How bim Works
- Building a Digital Garden with Backlinks
- Tags and Contexts Explained
- Markdown Features in Vibe Site
Recent Notes
Features
- #static-site-generator with #rust performance
- @digital-garden support with backlinks
- #syntax-highlighting for code snippets