ara-infra/website
David Moreau Simard 825a2b4efe
Add blog post for 0.16.6
Change-Id: Iabf153a883c8c9b1d70bc3f0937bcb95c2fbc193
2019-11-18 14:24:32 -05:00
..
content Add blog post for 0.16.6 2019-11-18 14:24:32 -05:00
layouts Add a dedicated page (and URL) for community/help information 2019-03-06 16:47:42 -05:00
README.rst Fix typo from website's README 2018-11-21 17:05:13 -05:00
config.toml Update github link to use ansible-community instead of openstack 2019-06-10 11:00:33 -04:00

README.rst

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