https://github.com/yarysh/aglio-theme-hiro
Hiro theme for the Aglio API Blueprint renderer
https://github.com/yarysh/aglio-theme-hiro
aglio aglio-theme api-blueprint hiro
Last synced: 5 months ago
JSON representation
Hiro theme for the Aglio API Blueprint renderer
- Host: GitHub
- URL: https://github.com/yarysh/aglio-theme-hiro
- Owner: yarysh
- License: mit
- Created: 2022-08-13T18:16:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T08:57:34.000Z (almost 4 years ago)
- Last Synced: 2024-08-11T10:03:41.350Z (almost 2 years ago)
- Topics: aglio, aglio-theme, api-blueprint, hiro
- Language: HTML
- Homepage: https://www.npmjs.com/package/aglio-theme-hiro
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aglio-theme-hiro


It's a clone of a nice minimalistic theme that was used in [Hiro generator](https://github.com/peterhellberg/hiro).

## Quick start
Install Aglio:
`npm install -g aglio`
Install Hiro theme:
`npm install -g aglio-theme-hiro`
Then generate your API documentation using Hiro theme:
`aglio -t hiro -i blueprint.apib -o documentation.html`