This is Olio-attributes, the custom theme engine for Aglio. It takes an API Blueprint AST and renders it into static HTML. Example use:
$ sudo npm install -g aglio
$ sudo npm install -g aglio-theme-olio-attributes
$ aglio -t olio-attributes -i blueprint.apib -o MyAPI.html
Theme engines for Aglio are described in more detail in the Aglio documentation.
Olio is designed from the ground up to be both fast and extensible while maintaining backward compatibility with most of the original Aglio theme. It uses the following technologies:
- Less to produce CSS
- Markdown-it to render Markdown
- Jade to produce HTML
- Highlight.js to highlight code snippets
For backward compatibility, Jade templates can continue to use inline Stylus and CoffeeScript.
Aglio[https://github.com/danielgtaylor/aglio]
Copyright © 2016 Daniel G. Taylor