groups-static-pages/README.md

32 lines
747 B
Markdown

OpenStack Community portal static pages
=======================================
This repository holds the static content of groups.openstack.org website. You
can easily add or modify new content using the standard
[OpenStack CI workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow).
Structure
---------
Every .md file here defines a specific page of the site, and consists
of a yaml style header to describe meta information such as the title
of the page, content path, menu item, etc. The body of the file is
formatted in
[Markdown](http://daringfireball.net/projects/markdown/syntax).
Example:
```
---
title: Organizer tips
path: tips
menu: Organizer tips
---
Contents
========
Content goes here...
```