An open API service indexing awesome lists of open source software.

https://github.com/capjamesg/aurora-docs-template

A documentation template built with Aurora.
https://github.com/capjamesg/aurora-docs-template

aurora documentation-site static-site static-site-template

Last synced: 3 months ago
JSON representation

A documentation template built with Aurora.

Awesome Lists containing this project

README

        

# Documentation Template

A documentation template built in Aurora, based on the [Aurora documentation](https://aurora.jamesg.blog.).

![A documentation homepage with a sidebar](screenshot.png)

## How to Use

First, install Aurora:

```
pip install aurora-ssg
```

Then, run:

```
git clone https://github.com/capjamesg/aurora-docs-template
cd aurora-docs-template
```

To start developing the site, run:

```
aurora serve
```

When you are ready to generate a version of your site for publishing, update the `production` base URL in the `config.py` file, then run:

```
aurora build
```

This will generate a static version of your site in the `_site` directory, ready for use.

## License

This project is licensed under a Creative Commons Zero license.