Authors: Ian Johnson
License: MIT
Summary: # Otto
AsciiDoc static site generator.
# Quickstart
**Install Otto**
``` sh
gem install ottogen
```
**Initialize a new site**
``` sh
mkdir mysite && cd mysite
otto init
```
**Build the site**
``` sh
otto build
```
**Serve the site**
```...