Categories: None [Edit]

ottogen

https://rubygems.org/gems/ottogen
https://github.com/tacoda/ottogen
# 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** ``` sh otto serve ``` **View the site** ``` sh open http://127.0.0.1:8778/ ``` # AsciiDoc Crash Course TODO **Paragraphs** **Text formatting** **Links** **Document header** **Section titles** **Automatic TOC** **Includes** **Lists** **Images** **Audio** **Videos** **Keyboard, button, and menu macros** **Literals and source code** **Admonitions** **More delimited blocks** **Tables** **IDs, roles, and options**

Total

Ranking: 179,210 of 183,164
Downloads: 661

Daily

Ranking: 70,268 of 183,155
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
25818,960,563rspec

Owners

#GravatarHandle
1icontacoda