Community portal static pages
Go to file
Marton Kiss e740b46f8e Add Baltimore user group
Change-Id: Ie0607fd49c21d0e3dac01f1e14c3342e768171fb
2015-02-23 12:29:01 +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 Add Baltimore user group 2015-02-23 12:29:01 +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...