ara-infra/website/README.rst
David Moreau Simard f0f8907431
Fix typo from website's README
Change-Id: I74914e159377c0e4c215203ca314d8c9a91cd1c9
2018-11-21 17:05:13 -05:00

895 B

ARA's website

Hosted at ara.recordsansible.org, the website is built with Hugo and installed with the website role from this project's repository.

The website uses the Hugo theme called future-imperfect and it must be checked out as part of building the site.

Development

Clone repositories:

# This repo
git clone https://git.openstack.org/openstack/ara-infra /opt/ara-infra
# The Hugo theme (future-imperfect)
git clone https://github.com/jpescador/hugo-future-imperfect /opt/hugo/themes/hugo-future-imperfect

Install Hugo following instructions from their documentation.

Run Hugo's standalone server:

hugo server --source /opt/ara-infra/website --themesDir /opt/hugo/themes