Build Beautiful Static Sites with Ease
BazelBlog is a fast and simple static site generator with multi-site support, interactive UI, and beautiful themes. Perfect for developers who want to create stunning websites without the complexity.
Interactive UI
Bubbletea-powered interactive terminal interface makes site management a breeze
Beautiful Themes
Built-in themes including Pika Beach, Catppuccin, Dracula, Nord, Tokyo Night, and 3li7e
Multi-Site Support
Registry and selection system for managing multiple sites from one installation
Auto-Rebuild
Automatically rebuilds your site when themes or content changes
Development Server
Built-in live development server for testing your site locally
Markdown Support
Write your posts and pages in Markdown with full feature support
Quick Start
After installation, get started with these simple commands:
# Check version
bazel --version
# Create a new site
bazel new site {sitename}
# Add a new post
bazel post
# Build your site
bazel build
# Start development server
bazel serve