Transform your plain text into static websites and blogs.
No more databases, comment moderation, or pesky updates to install—just your content.
How Bunto works →Markdown (or Textile), Liquid, HTML & CSS go in. Static sites come out ready for deployment.
Bunto template guide →Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here.
Migrate your blog →Quick-start Instructions
~ $ gem install bunto bundler
~ $ bunto new my-awesome-site
~ $ cd my-awesome-site
~/my-awesome-site $ bundle exec bunto serve
# => Now browse to http://localhost:4000
Sick of dealing with hosting companies? GitHub Pages and Jekyll are compatible with Bunto, so you can easily deploy your Bunto site using GitHub and Jekyll for free—custom domain name and all.
Learn more about GitHub Pages →