ara-infra/website
David Moreau Simard 5111d5a5c9
Clarify that the git commit and timestamp is for the page
Hugo retrieves the git info for each individual page.
A page that hasn't changed recently (ex: the home page) would display
an older commit and timestamp despite there being content that was
published afterwards.

Recent content have the right timestamps and git commit hashes so
this is just a clarification.

Change-Id: I785d24faca61e9411490e4271a896fd21ab2d27d
2019-01-17 11:52:12 -05:00
..
content Add blog post about new projects in 1.0 2019-01-16 22:54:44 -05:00
layouts Clarify that the git commit and timestamp is for the page 2019-01-17 11:52:12 -05:00
README.rst Fix typo from website's README 2018-11-21 17:05:13 -05:00
config.toml Rename "home" for "about" on the website navigation 2019-01-17 11:09:43 -05: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