A fast static site generator written in Rust
bamboo new my-site
cd my-site
bamboo serve
my-site/
├── bamboo.toml
├── content/
│ ├── _index.md
│ └── posts/
├── data/
└── static/
+++
title = "My Post"
tags = ["rust", "web"]
draft = false
+++
Your content here...
github.com/matthewjberger/bamboo