Community portal static pages
Go to file
Marton Kiss baf399f7d1 Refactor coordinator email addresses
Add email address to coordinator name as a full email address
format like "Name <email>".

Change-Id: I136d32b0e5009be8169a6c6f9403652b614b6850
2015-02-20 09:31:07 +01:00
.gitreview Add .gitreview file. 2014-05-07 21:16:02 +02:00
README.md Initial commit 2014-04-23 03:23:19 +02:00
code-of-conduct.md Adding the Community Code of Conduct 2014-07-02 16:19:21 -07:00
groups-portal-contrib-guide.md Adding the page How to Contribute as navigable page on the portal 2014-10-03 17:48:21 +00:00
groups.json Refactor coordinator email addresses 2015-02-20 09:31:07 +01:00
hackaton.md Initial commit 2014-04-23 03:23:19 +02:00
makewiki.py Add makewiki.py 2014-08-12 21:05:09 +08:00
organizer-tips.md Initial commit 2014-04-23 03:23:19 +02:00

README.md

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.

Structure

Every .md file here define a specific page of the site, and consits of a yaml style header to describe meta informations like title of the page, content path, menu item, etc. and a markdown body.

Example:

---
title: Organizer tips
path: tips
menu: Organizer tips
---

Contents
========

Content goes here...