Project

ottogen

0.0
No release in over a year
# 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**
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

Otto

AsciiDoc static site generator.

Quickstart

Install Otto

gem install ottogen

Initialize a new site

mkdir mysite && cd mysite
otto init

Build the site

otto build

Serve the site

otto serve

View the site

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