Features
📝 Blogging — Write posts with Markdown & YAML frontmatter. Organize with tags, categories, and layouts. Drafts stay hidden until you're ready.
🔒 Access Control — Protect content with role-based ACLs. Admins, editors, and viewers each get the right level of access. JWT sessions make it seamless.
🌐 Git-Integrated — Every file is a commit. Web editor saves, push/pull to any Git remote, and webhook-triggered rebuilds keep everything in sync.
📡 On-the-fly Rendering — Protected pages are never statically generated. They render in real-time for authenticated users with the right permissions.
🎨 Themeable — Goldmark for CommonMark 0.31.2 compliant Markdown rendering. Swap templates, stylesheets, and JS without touching your content.
📦 Zero Dependencies — A single static binary. No database, no Node.js, no runtime — just `bliki build` and `bliki build --serve`.